[Python-checkins] [python/cpython] af7136: [3.6] bpo-28315: Improve code examples in docs (GH...

GitHub noreply at github.com
Wed May 3 21:41:22 EDT 2017


  Branch: refs/heads/3.6
  Home:   https://github.com/python/cpython
  Commit: af71364c3f0e9cd6cb9d83194315af0ee3c783d2
      https://github.com/python/cpython/commit/af71364c3f0e9cd6cb9d83194315af0ee3c783d2
  Author: Mariatta <Mariatta at users.noreply.github.com>
  Date:   2017-05-03 (Wed, 03 May 2017)

  Changed paths:
    M Doc/extending/newtypes.rst
    M Doc/howto/functional.rst
    M Doc/library/ctypes.rst
    M Doc/library/doctest.rst
    M Doc/library/fpectl.rst
    M Doc/library/pdb.rst
    M Doc/library/unicodedata.rst
    M Doc/reference/expressions.rst
    M Doc/tutorial/classes.rst
    M Doc/tutorial/controlflow.rst
    M Doc/tutorial/datastructures.rst
    M Doc/tutorial/inputoutput.rst

  Log Message:
  -----------
  [3.6] bpo-28315: Improve code examples in docs (GH-1372) (#1445)

Replace
   File "<stdin>", line 1, in ?
with
   File "<stdin>", line 1, in <module>
(cherry picked from commit 8856940cf2e82cb17db2b684cd5732fe658605ca)




More information about the Python-checkins mailing list