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 dabeaz
Recipients dabeaz, eryksun
Date 2015-10-26.08:48:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1445849300.87.0.518006131027.issue25476@psf.upfronthosting.co.za>
In-reply-to
Content
Please don't make flush() close the file on a BlockingIOError.   That would be an unfortunate mistake and make it impossible to implement non-blocking I/O correctly with buffered I/O.
History
Date User Action Args
2015-10-26 08:48:20dabeazsetrecipients: + dabeaz, eryksun
2015-10-26 08:48:20dabeazsetmessageid: <1445849300.87.0.518006131027.issue25476@psf.upfronthosting.co.za>
2015-10-26 08:48:20dabeazlinkissue25476 messages
2015-10-26 08:48:20dabeazcreate