STINNER Victor <[email protected]> added the comment: > I think we need to document behavior of stdin somewhere, because current the > sys.stdin documentation states: > >> When interactive, standard streams are line-buffered. Otherwise, they >> are block-buffered like regular text files. You can override this value >> with the -u command-line option.
The last sentence is wrong and should be removed from sys.stdin documentation, no? ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue28647> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
