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

Carl M. Johnson cmjohnson.mailinglist at gmail.com
Tue Jan 10 09:49:32 CET 2012


On Jan 9, 2012, at 7:52 PM, INADA Naoki wrote:

> What about adding flush=False keyword argument to print()?

I would expect flush=False to mean "please don't flush this right now, even if I do use a newline." 

flush=None?



More information about the Python-ideas mailing list