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 pitrou
Recipients benjamin.peterson, fabioz, mark.dickinson, pitrou, vstinner
Date 2009-01-26.20:49:17
SpamBayes Score 0.00035252882
Marked as misclassified No
Message-id <1233002986.7526.1.camel@localhost>
In-reply-to <1232985908.12.0.827908622665.issue4705@psf.upfronthosting.co.za>
Content
> 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?

I'm not sure (I didn't write the new io in the first place) but I'd say
it was simply overlooked. Otherwise 'python3.0 -u' would have had at
least unbuffered stdout/stderr, which it didn't have.
History
Date User Action Args
2009-01-26 20:49:20pitrousetrecipients: + pitrou, mark.dickinson, vstinner, fabioz, benjamin.peterson
2009-01-26 20:49:18pitroulinkissue4705 messages
2009-01-26 20:49:17pitroucreate