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 techtonik, vstinner
Date 2011-03-22.11:47:04
SpamBayes Score 5.146589e-10
Marked as misclassified No
Message-id <1300794425.26.0.871489282345.issue11633@psf.upfronthosting.co.za>
In-reply-to
Content
> From my perspective it is a regression on Windows and a bug in Linux
> version of Python 2.x, which unfortunately can not be fixed,
> because of 2.x release process.

Line buffering is used by default on most operating systems (ok, maybe not Windows, which looks strange to me) and is not specific to Python.

Yes, Python has subtle differences on different operating systems, but at least it looks like Python 3 has the same behaviour on Linux and Windows ;-)

> If the fact that print statement doesn't output anything when called
> is not a bug - then should be documented long ago.

Can you please write a patch for the doc? Reopen the issue if you have a patch.
History
Date User Action Args
2011-03-22 11:47:05vstinnersetrecipients: + vstinner, techtonik
2011-03-22 11:47:05vstinnersetmessageid: <1300794425.26.0.871489282345.issue11633@psf.upfronthosting.co.za>
2011-03-22 11:47:04vstinnerlinkissue11633 messages
2011-03-22 11:47:04vstinnercreate