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.22:10:05
SpamBayes Score 1.96534e-08
Marked as misclassified No
Message-id <1232921430.6616.27.camel@localhost>
In-reply-to <1232920838.76.0.6394216998.issue4705@psf.upfronthosting.co.za>
Content
> Hard to say.  It seems at least possible that there are Python users for 
> whom stdin being unbuffered (with -u) matters, so if there's any 
> reasonable way of avoiding changing this it should probably be considered.

It's not about changing it, stdin has always been buffered in py3k. My
original commit actually attempted to change it, and it failed (I hadn't
noticed it at first due to mis-testing on my part). The new patch is
about putting it back in buffered mode even with '-u'.
History
Date User Action Args
2009-01-25 22:10:10pitrousetrecipients: + pitrou, mark.dickinson, vstinner, fabioz, benjamin.peterson
2009-01-25 22:10:09pitroulinkissue4705 messages
2009-01-25 22:10:06pitroucreate