[issue13761] Add flush keyword to print()

Georg Brandl report at bugs.python.org
Wed Jan 11 20:50:21 CET 2012


Georg Brandl <georg at python.org> added the comment:

Here is a patch.

One open question is whether failure in flush() should be reraised (as implemented in the patch), or ignored (as in input()).

----------
keywords: +patch
Added file: http://bugs.python.org/file24203/flush.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13761>
_______________________________________


More information about the Python-bugs-list mailing list