[issue11633] regression: print buffers output when end=''

anatoly techtonik report at bugs.python.org
Tue Mar 22 13:07:10 CET 2011


anatoly techtonik <techtonik at gmail.com> added the comment:

You must realize that the most common use case for print(..., end!='\n') is when you want to notify user about intermediate progress of a very long operation.

Making documentation for simple print() statement overloaded with low level buffering details makes language seem overly complicated for new users.

----------

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


More information about the Python-bugs-list mailing list