]> granicus.if.org Git - python/commit
[3.5] bpo-28315: Improve code examples in docs (GH-1372) (#1446)
authorMariatta <Mariatta@users.noreply.github.com>
Thu, 4 May 2017 01:41:12 +0000 (18:41 -0700)
committerGitHub <noreply@github.com>
Thu, 4 May 2017 01:41:12 +0000 (18:41 -0700)
commit5274faf5e360f74690ffb735e919cdba5fdbdf1c
treec686da13c0ed539275672afee3dc14732cd91b06
parent4b15e45895ca56ac5f7837cacb8cd3ccc26d1f66
[3.5] bpo-28315: Improve code examples in docs (GH-1372) (#1446)

Replace
   File "<stdin>", line 1, in ?
with
   File "<stdin>", line 1, in <module>
(cherry picked from commit 8856940cf2e82cb17db2b684cd5732fe658605ca)
12 files changed:
Doc/extending/newtypes.rst
Doc/howto/functional.rst
Doc/library/ctypes.rst
Doc/library/doctest.rst
Doc/library/fpectl.rst
Doc/library/pdb.rst
Doc/library/unicodedata.rst
Doc/reference/expressions.rst
Doc/tutorial/classes.rst
Doc/tutorial/controlflow.rst
Doc/tutorial/datastructures.rst
Doc/tutorial/inputoutput.rst