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 martin.panter
Recipients astrand, brian.curtin, ezio.melotti, giampaolo.rodola, martin.panter, milko.krachounov, tshepang
Date 2014-08-18.06:05:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408341910.71.0.745769215116.issue6973@psf.upfronthosting.co.za>
In-reply-to
Content
It seems to me that raising OSError isn’t quite right. Either the error is more of an internal programmer error, like how writing to a closed file object raises ValueError, or there should not be an error, like when the process has terminated but has not been reaped, or when closing an already-closed file.
History
Date User Action Args
2014-08-18 06:05:10martin.pantersetrecipients: + martin.panter, astrand, giampaolo.rodola, ezio.melotti, brian.curtin, milko.krachounov, tshepang
2014-08-18 06:05:10martin.pantersetmessageid: <1408341910.71.0.745769215116.issue6973@psf.upfronthosting.co.za>
2014-08-18 06:05:10martin.panterlinkissue6973 messages
2014-08-18 06:05:10martin.pantercreate