[New-bugs-announce] [issue11633] regression: print buffers output when end=''

anatoly techtonik report at bugs.python.org
Tue Mar 22 11:37:22 CET 2011


New submission from anatoly techtonik <techtonik at gmail.com>:

print() function for some reason buffers output on Windows if end!='\n'. 

In attached examples "Processing.. " string is shown in Python 3.2 only after the actual processing is finished, while in Python 2.6 it is shown before.

----------
files: printtest3.py
messages: 131736
nosy: techtonik
priority: normal
severity: normal
status: open
title: regression: print buffers output when end=''
versions: Python 3.2
Added file: http://bugs.python.org/file21333/printtest3.py

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


More information about the New-bugs-announce mailing list