[Python-ideas] Pythonic buffering in Py3 print()

Victor Stinner victor.stinner at haypocalc.com
Wed Jan 11 09:46:24 CET 2012


There is already an option for flush: -u command line option. Can't we
change print() to flush if end is set and -u option is used, instead
of introducing a new option?

I understand that a command line option is less practical than a new
keyword, especially on Windows.



More information about the Python-ideas mailing list