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.

作者 mark.dickinson
收信人 benjamin.peterson, fabioz, mark.dickinson, pitrou, vstinner
日期 2009-01-26.16:05:06
SpamBayes Score 3.9624388e-06
Marked as misclassified
Message-id <1232985908.12.0.827908622665.issue4705@psf.upfronthosting.co.za>
In-reply-to
内容
> It's not about changing it, stdin has always been buffered in py3k.

Sorry:  I should have been clearer.  It's the change from 2.x to 3.x that 
interests me.

So 'python3.0 -u' has buffered stdin, while 'python2.6 -u' does not;  I'm 
wondering: was this an intentional design change?  Or was it just an 
accident/by-product of the rewritten io?

Anyway, the patch looks good to me.
历史
日期 用户 动作 参数
2009-01-26 16:05:08mark.dickinson修改recipients: + mark.dickinson, pitrou, vstinner, fabioz, benjamin.peterson
2009-01-26 16:05:08mark.dickinson修改messageid: <1232985908.12.0.827908622665.issue4705@psf.upfronthosting.co.za>
2009-01-26 16:05:07mark.dickinson链接issue4705 messages
2009-01-26 16:05:06mark.dickinson创建