STINNER Victor <victor.stin...@haypocalc.com> added the comment: > 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. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue11633> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com