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-25.22:00:37
SpamBayes Score 4.534769e-08
Marked as misclassified
Message-id <1232920838.76.0.6394216998.issue4705@psf.upfronthosting.co.za>
In-reply-to
内容
> So the question is whether it is really useful to enforce unbuffered
> stdin with the '-u' option (or your example is simply too borderline).

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.

Though I have to admit that I'm not one of those users (I don't think I've 
*ever* used the -u option outside of testing...).
历史
日期 用户 动作 参数
2009-01-25 22:00:38mark.dickinson修改recipients: + mark.dickinson, pitrou, vstinner, fabioz, benjamin.peterson
2009-01-25 22:00:38mark.dickinson修改messageid: <1232920838.76.0.6394216998.issue4705@psf.upfronthosting.co.za>
2009-01-25 22:00:38mark.dickinson链接issue4705 messages
2009-01-25 22:00:37mark.dickinson创建