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 r.david.murray
Recipients amaury.forgeotdarc, georg.brandl, r.david.murray, sdaoden, twouters
Date 2011-04-07.16:41:51
SpamBayes Score 1.0855409e-05
Marked as misclassified No
Message-id <1302194512.48.0.667616632922.issue11700@psf.upfronthosting.co.za>
In-reply-to
Content
I don't understand what you are saying about raising a ValueError on close.  f = open('x'); f.close(); f.close() does not raise any error, as Amaury pointed out.

So I still don't understand the motivation for a more complex fix.
History
Date User Action Args
2011-04-07 16:41:52r.david.murraysetrecipients: + r.david.murray, twouters, georg.brandl, amaury.forgeotdarc, sdaoden
2011-04-07 16:41:52r.david.murraysetmessageid: <1302194512.48.0.667616632922.issue11700@psf.upfronthosting.co.za>
2011-04-07 16:41:51r.david.murraylinkissue11700 messages
2011-04-07 16:41:51r.david.murraycreate