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.

Author vstinner
Recipients fabioz, pitrou, vstinner
Date 2008-12-28.16:57:47
SpamBayes Score 2.5175055e-09
Marked as misclassified No
Message-id <1230483468.8.0.916460309218.issue4705@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-12-28 16:57:49vstinnersetrecipients: + vstinner, pitrou, fabioz
2008-12-28 16:57:48vstinnersetmessageid: <1230483468.8.0.916460309218.issue4705@psf.upfronthosting.co.za>
2008-12-28 16:57:48vstinnerlinkissue4705 messages
2008-12-28 16:57:47vstinnercreate