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.

作者 vstinner
收信人 fabioz, pitrou, vstinner
日期 2008-12-28.16:57:47
SpamBayes Score 2.5175055e-09
Marked as misclassified
Message-id <1230483468.8.0.916460309218.issue4705@psf.upfronthosting.co.za>
In-reply-to
内容
Attached: quick and dirty test to check if the standard input is 
buffered or not. My short test program works with python2.5 and py3k 
trunk without the -u command line option. So changing sys.stdin buffer 
is not really important.

About the wrong name, I opened a separated issue: #4762, 
PyFile_FromFd() doesn't set the file name.
历史
日期 用户 动作 参数
2008-12-28 16:57:49vstinner修改recipients: + vstinner, pitrou, fabioz
2008-12-28 16:57:48vstinner修改messageid: <1230483468.8.0.916460309218.issue4705@psf.upfronthosting.co.za>
2008-12-28 16:57:48vstinner链接issue4705 messages
2008-12-28 16:57:47vstinner创建