[issue28458] from __future__ import print_function does not emulate the flush param from py3k

Berker Peksag report at bugs.python.org
Mon Oct 17 04:07:26 EDT 2016


Berker Peksag added the comment:

That's because the flush argument was added in Python 3.3 (after print() was backported to 2.7 via a future import)

Thanks for the report.

----------
nosy: +berker.peksag
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list