]> granicus.if.org Git - python/commit
Get rid of raw_input() emulation, use its reincarnation as input().
authorGuido van Rossum <guido@python.org>
Wed, 2 Jan 2008 03:52:38 +0000 (03:52 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 2 Jan 2008 03:52:38 +0000 (03:52 +0000)
commit7c086c0037a35ccbb9a78db245572c05e54425e7
tree714377941e40201b7afb2b4645b0e6b25ed61510
parent83210b9ea032798ec36e3630b261f262526c5f97
Get rid of raw_input() emulation, use its reincarnation as input().
See Issue 1707.
Lib/pydoc.py