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 pitrou
Recipients benjamin.peterson, fabioz, mark.dickinson, pitrou, vstinner
Date 2009-01-25.21:33:39
SpamBayes Score 0.00037340264
Marked as misclassified No
Message-id <1232919248.6616.15.camel@localhost>
In-reply-to <1232918720.11.0.510188828628.issue4705@psf.upfronthosting.co.za>
Content
[...]

I hadn't thought of such situations :-/

So the question is whether it is really useful to enforce unbuffered
stdin with the '-u' option (or your example is simply too borderline).
If so, the patch will have to be replaced with another one implementing
read1() in the FileIO class.
History
Date User Action Args
2009-01-25 21:33:40pitrousetrecipients: + pitrou, mark.dickinson, vstinner, fabioz, benjamin.peterson
2009-01-25 21:33:39pitroulinkissue4705 messages
2009-01-25 21:33:39pitroucreate