New submission from anatoly techtonik <techto...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue11633> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com