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 r.david.murray
Recipients luch, pitrou, r.david.murray, vstinner
Date 2011-02-02.15:42:01
SpamBayes Score 2.830655e-05
Marked as misclassified No
Message-id <1296661321.97.0.77930520851.issue11098@psf.upfronthosting.co.za>
In-reply-to
Content
This is fixed in py3k rc2, and thus will be fixed in 3.2.  The trick will be figuring out which update fixed it, to see if we can backport to 3.1 and 2.7.  Since issue 10841 touched stdio handling in Windows, I suspect that may be the source, so I'm adding Victor and Antoine to nosy since they worked that issue.

On the other hand, given how long this issue has existed without anybody running in to it, it may not even be worth backporting....what's your use case for starting the interactive interpreter with -u?
History
Date User Action Args
2011-02-02 15:42:02r.david.murraysetrecipients: + r.david.murray, pitrou, vstinner, luch
2011-02-02 15:42:01r.david.murraysetmessageid: <1296661321.97.0.77930520851.issue11098@psf.upfronthosting.co.za>
2011-02-02 15:42:01r.david.murraylinkissue11098 messages
2011-02-02 15:42:01r.david.murraycreate