[Python-checkins] [python/cpython] 885694: bpo-28315: Improve code examples in docs (GH-1372)

GitHub noreply at github.com
Wed May 3 12:46:46 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 8856940cf2e82cb17db2b684cd5732fe658605ca
      https://github.com/python/cpython/commit/8856940cf2e82cb17db2b684cd5732fe658605ca
  Author: UltimateCoder <jaysinhp at gmail.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:
  -----------
  bpo-28315: Improve code examples in docs (GH-1372)

Replace
   File "<stdin>", line 1, in ? 
with 
   File "<stdin>", line 1, in <module>




More information about the Python-checkins mailing list