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.

作者 ishimoto
收信人 M..Z., amaury.forgeotdarc, flox, georg.brandl, ishimoto, loewis, pitrou, python-dev, vstinner
日期 2012-08-05.11:16:13
SpamBayes Score -1.0
Marked as misclassified
Message-id <1344165374.18.0.96449761285.issue13119@psf.upfronthosting.co.za>
In-reply-to
内容
Antoine Pitrou added the comment:
>
>> We should not convert \n with -u command line option or PYTHONUNBUFFERED was set.
>
> Why that? What do universal newlines have to do with buffering?

Man page of Python says 

  -u Force  stdin,  stdout  and  stderr to be totally unbuffered.  On
     systems where it matters, also put stdin, stdout and  stderr  in
     binary  mode.   

test_httpservers depends on this behavior, but was implemented as documented in Python 3.
历史
日期 用户 动作 参数
2012-08-05 11:16:14ishimoto修改recipients: + ishimoto, loewis, georg.brandl, amaury.forgeotdarc, pitrou, vstinner, flox, M..Z., python-dev
2012-08-05 11:16:14ishimoto修改messageid: <1344165374.18.0.96449761285.issue13119@psf.upfronthosting.co.za>
2012-08-05 11:16:13ishimoto链接issue13119 messages
2012-08-05 11:16:13ishimoto创建