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 mark.dickinson
Recipients benjamin.peterson, fabioz, mark.dickinson, pitrou, vstinner
Date 2009-01-26.16:05:06
SpamBayes Score 3.9624388e-06
Marked as misclassified No
Message-id <1232985908.12.0.827908622665.issue4705@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2009-01-26 16:05:08mark.dickinsonsetrecipients: + mark.dickinson, pitrou, vstinner, fabioz, benjamin.peterson
2009-01-26 16:05:08mark.dickinsonsetmessageid: <1232985908.12.0.827908622665.issue4705@psf.upfronthosting.co.za>
2009-01-26 16:05:07mark.dickinsonlinkissue4705 messages
2009-01-26 16:05:06mark.dickinsoncreate