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 Josh Snider
Recipients Alexander Riccio, Josh Snider, eric.smith, eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-04-17.22:11:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460931094.83.0.130475075998.issue25386@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch that raises an exception when _put[w]ch and _get[w]ch[e] are run without a console. Like Eryk Sun says, the get's work fine if you do unget before hand.
History
Date User Action Args
2016-04-17 22:11:34Josh Snidersetrecipients: + Josh Snider, paul.moore, eric.smith, tim.golden, zach.ware, eryksun, steve.dower, Alexander Riccio
2016-04-17 22:11:34Josh Snidersetmessageid: <1460931094.83.0.130475075998.issue25386@psf.upfronthosting.co.za>
2016-04-17 22:11:34Josh Sniderlinkissue25386 messages
2016-04-17 22:11:34Josh Snidercreate