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 ygale
Recipients ygale
Date 2007-10-16.12:42:36
SpamBayes Score 0.30146298
Marked as misclassified No
Message-id <1192538556.96.0.72107595061.issue1286@psf.upfronthosting.co.za>
In-reply-to
Content
The standard idiom for opening a file is now with open...
So I think it should be a goal that this should work with
any built-in file-like object that needs to be closed,
without having to explicitly wrap it in closing().
It certainly should work for fileinput and StringIO - since
these really are files, in some sense.
History
Date User Action Args
2007-10-16 12:42:37ygalesetspambayes_score: 0.301463 -> 0.30146298
recipients: + ygale
2007-10-16 12:42:36ygalesetspambayes_score: 0.301463 -> 0.301463
messageid: <1192538556.96.0.72107595061.issue1286@psf.upfronthosting.co.za>
2007-10-16 12:42:36ygalelinkissue1286 messages
2007-10-16 12:42:36ygalecreate