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 benjamin.peterson
Recipients benjamin.peterson, samwyse
Date 2012-10-03.21:34:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349300066.75.0.56664539416.issue16122@psf.upfronthosting.co.za>
In-reply-to
Content
So, this is supposed to be a kludge for 3rd-party libraries that don't support using file objects? Immediately calling open() isn't necessarily what such a library will do. It could process the path somehow. Anyway, it's not clear what the semantics of the wrapper open() would return would be.

I'm going to close this. If you want to push it, you can bring it up on the python-ideas mailing list.
History
Date User Action Args
2012-10-03 21:34:26benjamin.petersonsetrecipients: + benjamin.peterson, samwyse
2012-10-03 21:34:26benjamin.petersonsetmessageid: <1349300066.75.0.56664539416.issue16122@psf.upfronthosting.co.za>
2012-10-03 21:34:26benjamin.petersonlinkissue16122 messages
2012-10-03 21:34:26benjamin.petersoncreate