[docs] [issue11633] Document that print may need explicit flushing
Éric Araujo
report at bugs.python.org
Thu Jan 12 18:10:55 CET 2012
Éric Araujo <merwok at netwok.org> added the comment:
I agree with the python-ideas message that ``sys.stdout.flush()`` is surprising / possibly misleading and should be ``file.flush()``. If the other bug report about adding a flush argument is rejected, please consider this. Thanks :)
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11633>
_______________________________________
More information about the docs
mailing list