[issue1927] raw_input behavior incorrect if readline not enabled

2012-09-23 Thread Michael Domingues
Michael Domingues added the comment: The code that dictates this behavior is in /Parser/myreadline.c and has not been rectified yet in either Python 2.7 (http://hg.python.org/cpython/file/bfdf366a779a/Parser/myreadline.c#l107) or the default branch (http://hg.python.org/cpython/file

[issue1927] raw_input behavior incorrect if readline not enabled

2012-09-23 Thread Michael Domingues
Michael Domingues added the comment: Also uploading a patch for the Python3.2 branch. -- Added file: http://bugs.python.org/file27270/promptOutputFix3.patch ___ Python tracker <http://bugs.python.org/issue1