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 ncoghlan
Recipients dabrahams, eric.smith, ncoghlan, pitrou
Date 2012-03-10.15:03:00
SpamBayes Score 0.0027610927
Marked as misclassified No
Message-id <1331391780.98.0.229496247469.issue14243@psf.upfronthosting.co.za>
In-reply-to
Content
What's the proposal here? If delete is True, close() must delete the file. It is not acceptable for close() and __del__() to behave differently.

OTOH, if the proposal is merely to change the way the file is opened on Windows so that it can be opened again without closing it first, that sounds fine.
History
Date User Action Args
2012-03-10 15:03:01ncoghlansetrecipients: + ncoghlan, pitrou, eric.smith, dabrahams
2012-03-10 15:03:00ncoghlansetmessageid: <1331391780.98.0.229496247469.issue14243@psf.upfronthosting.co.za>
2012-03-10 15:03:00ncoghlanlinkissue14243 messages
2012-03-10 15:03:00ncoghlancreate