Berker Peksag added the comment:

Thanks for the report!

Unfortunately,

    self.write(prompt)
    return input()

is not equivalent of ``return input(prompt)``. Could you give more information 
about your use case?

----------
nosy: +berker.peksag

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25614>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to