]> granicus.if.org Git - python/commit
Fix issue #1707. When raw_input() was removed, it was incorrectly replaced
authorGuido van Rossum <guido@python.org>
Wed, 2 Jan 2008 02:55:27 +0000 (02:55 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 2 Jan 2008 02:55:27 +0000 (02:55 +0000)
commit83210b9ea032798ec36e3630b261f262526c5f97
tree7cd5ef77926718195619b3bce6b4e3a2877cbf80
parentcfb83330ce9df04d4fb9163ffb65cd7d6e55ec19
Fix issue #1707.  When raw_input() was removed, it was incorrectly replaced
with sys.stdin.readline().  I wonder how many other places are affected
by the same bug?
Lib/code.py