]> granicus.if.org Git - python/commit
Convert a lot of print statements to print functions in docstrings,
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 13 May 2008 04:55:24 +0000 (04:55 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 13 May 2008 04:55:24 +0000 (04:55 +0000)
commit752abd0d3cc66f84f551650b8424248b202a16a4
treef5302f8a246115f3f61a1414a94c8d2ce12a3a01
parent8321f978918e3ae4de18672770c6504dcae82343
Convert a lot of print statements to print functions in docstrings,
documentation, and unused/rarely used functions.
20 files changed:
Doc/howto/functional.rst
Doc/library/collections.rst
Doc/library/datetime.rst
Doc/library/json.rst
Doc/library/modulefinder.rst
Doc/library/plistlib.rst
Doc/library/sched.rst
Doc/library/socket.rst
Doc/library/wsgiref.rst
Doc/tools/sphinxext/patchlevel.py
Doc/tutorial/datastructures.rst
Doc/tutorial/errors.rst
Lib/bsddb/dbrecio.py
Lib/idlelib/PyShell.py
Lib/os.py
Lib/pdb.py
Lib/test/test_global.py
Lib/test/test_popen.py
Lib/test/test_support.py
Lib/test/test_tokenize.py