spacepaste

  1.  
  2. diff -r 127336ebfcfe lib_pypy/pyrepl/reader.py
  3. --- a/lib_pypy/pyrepl/reader.py Thu Apr 19 11:20:35 2018 +0300
  4. +++ b/lib_pypy/pyrepl/reader.py Thu Apr 19 11:46:43 2018 +0300
  5. @@ -608,7 +608,7 @@
  6. self.console.push_char(char)
  7. self.handle1(0)
  8. - def readline(self, returns_unicode=False, startup_hook=None):
  9. + def readline(self, returns_unicode=True, startup_hook=None):
  10. """Read a line. The implementation of this method also shows
  11. how to drive Reader if you want more control over the event
  12. loop."""
  13.