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>