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 loewis
Recipients loewis, tholzer
Date 2010-02-15.06:45:01
SpamBayes Score 0.0008178455
Marked as misclassified No
Message-id <1266216363.98.0.420734154285.issue7932@psf.upfronthosting.co.za>
In-reply-to
Content
This is not a bug. The output stream gets buffered, and that it is closed is only detected when a flush is attempted. Use the -u option if you want unbuffered stdout.

It is, however, a bug that Python 2.6 apparently fails to flush the output at all; Python 2.5 did that correctly.
History
Date User Action Args
2010-02-15 06:46:04loewissetrecipients: + loewis, tholzer
2010-02-15 06:46:03loewissetmessageid: <1266216363.98.0.420734154285.issue7932@psf.upfronthosting.co.za>
2010-02-15 06:45:03loewislinkissue7932 messages
2010-02-15 06:45:02loewiscreate