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


<div><br></div><div>1. What is more "Pythonic" and why?</div><div>2. Should Python 3 be fixed ASAP?<br clear="all">-- <br>anatoly t.<br>
</div>