Author: Philip Jenvey <[email protected]>
Branch: py3k
Changeset: r67121:1304757e1917
Date: 2013-09-27 15:27 -0700
http://bitbucket.org/pypy/pypy/changeset/1304757e1917/

Log:    merge upstream

diff --git a/lib_pypy/pyrepl/readline.py b/lib_pypy/pyrepl/readline.py
--- a/lib_pypy/pyrepl/readline.py
+++ b/lib_pypy/pyrepl/readline.py
@@ -422,7 +422,7 @@
                 del sys.__raw_input__
             except AttributeError:
                 pass
-            return raw_input(prompt)
+            return input(prompt)
         sys.__raw_input__ = _wrapper.raw_input
 
     else:
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to