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

anatoly techtonik techtonik at gmail.com
Mon Jan 9 11:30:55 CET 2012


In Python 2 "print 'something', statement calls were unbuffered and
immediately appeared on screen.
In Python 3 "print('something', end='')" calls are buffered. This breaks
progress bars and other stuff.

1. What is more "Pythonic" and why?
2. Should Python 3 be fixed ASAP?
-- 
anatoly t.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20120109/b0f43294/attachment.html>


More information about the Python-ideas mailing list