cpython/Doc/tutorial
UltimateCoder 8856940cf2 bpo-28315: Improve code examples in docs (GH-1372)
Replace
   File "<stdin>", line 1, in ? 
with 
   File "<stdin>", line 1, in <module>
2017-05-03 09:46:45 -07:00
..
appendix.rst Issue #23921: Standardized documentation whitespace formatting. 2016-05-10 12:01:23 +03:00
appetite.rst Merged revisions 66452 via svnmerge from 2008-09-13 17:46:05 +00:00
classes.rst bpo-28315: Improve code examples in docs (GH-1372) 2017-05-03 09:46:45 -07:00
controlflow.rst bpo-28315: Improve code examples in docs (GH-1372) 2017-05-03 09:46:45 -07:00
datastructures.rst bpo-28315: Improve code examples in docs (GH-1372) 2017-05-03 09:46:45 -07:00
errors.rst Closes #28713 uses OSError in the tutorial 2016-11-16 21:13:43 +05:30
floatingpoint.rst Issue #27206: Fix doctests in Doc/tutorial. 2016-08-09 17:44:52 -05:00
index.rst #23891: add a section to the Tutorial describing virtual environments and pip 2015-06-08 17:35:45 -04:00
inputoutput.rst bpo-28315: Improve code examples in docs (GH-1372) 2017-05-03 09:46:45 -07:00
interactive.rst Issue #27174: Update IPython URL in tutorial 2016-06-01 09:52:35 -07:00
interpreter.rst Issue #29381: merge with 3.6 2017-02-01 21:03:48 -08:00
introduction.rst Fix small typos in introduction and datastructures of tutorial (GH-272) 2017-02-25 13:13:33 -08:00
modules.rst Issue #28820: Fix spelling of “practice” as a noun 2016-12-10 05:12:56 +00:00
stdlib.rst Bump to 3.7.0a0 2016-09-12 17:29:04 -04:00
stdlib2.rst Fixed mismatching title overline. 2016-12-04 15:43:57 +02:00
venv.rst Issue #27285: Document the deprecation of the pyvenv script. 2016-07-08 10:46:21 -07:00
whatnow.rst Issue #26736: Used HTTPS for external links in the documentation if possible. 2016-05-07 10:49:07 +03:00