[issue28647] python --help: -u is misdocumented as binary mode

Serhiy Storchaka report at bugs.python.org
Wed Nov 9 08:18:28 EST 2016


Serhiy Storchaka added the comment:

The write_through argument was added only in 3.3. I think this is a good idea to pass `write_through = Py_True` when Py_UnbufferedStdioFlag is set. Using -u means that performance is not important (that is why this is not default behavior).

----------
nosy: +serhiy.storchaka

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


More information about the Python-bugs-list mailing list