This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author berker.peksag
Recipients Yclept.Nemo, berker.peksag
Date 2015-12-10.20:24:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449779056.42.0.545911124204.issue25614@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2015-12-10 20:24:16berker.peksagsetrecipients: + berker.peksag, Yclept.Nemo
2015-12-10 20:24:16berker.peksagsetmessageid: <1449779056.42.0.545911124204.issue25614@psf.upfronthosting.co.za>
2015-12-10 20:24:16berker.peksaglinkissue25614 messages
2015-12-10 20:24:16berker.peksagcreate