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.

作者 pitrou
收信人 benjamin.peterson, fabioz, mark.dickinson, pitrou, vstinner
日期 2009-01-25.22:10:05
SpamBayes Score 1.96534e-08
Marked as misclassified
Message-id <1232921430.6616.27.camel@localhost>
In-reply-to <1232920838.76.0.6394216998.issue4705@psf.upfronthosting.co.za>
内容
> 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'.
历史
日期 用户 动作 参数
2009-01-25 22:10:10pitrou修改recipients: + pitrou, mark.dickinson, vstinner, fabioz, benjamin.peterson
2009-01-25 22:10:09pitrou链接issue4705 messages
2009-01-25 22:10:06pitrou创建