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 brandjon
Recipients brandjon, jnoller, pitrou
Date 2012-01-23.03:58:14
SpamBayes Score 1.0397425e-05
Marked as misclassified No
Message-id <1327291095.44.0.201690922715.issue13812@psf.upfronthosting.co.za>
In-reply-to
Content
Some more information: When I write to a new file created by open(), all versions flush correctly. However, if I reassign sys.stdout to that file, Python 3.x does not (again, under Windows). I wonder what it is that causes these other files to flush.

(Note: I am testing by calling time.sleep() and inspecting the output file during and after the pause.)
History
Date User Action Args
2012-01-23 03:58:15brandjonsetrecipients: + brandjon, pitrou, jnoller
2012-01-23 03:58:15brandjonsetmessageid: <1327291095.44.0.201690922715.issue13812@psf.upfronthosting.co.za>
2012-01-23 03:58:14brandjonlinkissue13812 messages
2012-01-23 03:58:14brandjoncreate