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 pitrou
Recipients andreas.schawo, kristjan.jonsson, loewis, ocean-city, pitrou
Date 2009-03-24.14:02:49
SpamBayes Score 5.2382783e-09
Marked as misclassified No
Message-id <1237903371.34.0.178836318592.issue5544@psf.upfronthosting.co.za>
In-reply-to
Content
Basically, all FileIO methods should be protected (I'm not even sure why
you are asking! we can't let the interpreter crash rather than raise an
exception).
Someone has to write additional tests for those though, for now only
close() is tested.
History
Date User Action Args
2009-03-24 14:02:51pitrousetrecipients: + pitrou, loewis, kristjan.jonsson, ocean-city, andreas.schawo
2009-03-24 14:02:51pitrousetmessageid: <1237903371.34.0.178836318592.issue5544@psf.upfronthosting.co.za>
2009-03-24 14:02:49pitroulinkissue5544 messages
2009-03-24 14:02:49pitroucreate