This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author techtonik
Recipients techtonik
Date 2011-03-22.10:37:22
SpamBayes Score 0.0007047673
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
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.
History
Date User Action Args
2011-03-22 10:37:23techtoniksetrecipients: + techtonik
2011-03-22 10:37:22techtoniksetmessageid: <[email protected]>
2011-03-22 10:37:22techtoniklinkissue11633 messages
2011-03-22 10:37:22techtonikcreate