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 brian.curtin, dabrahams, davide.rizzo, dlenski, eric.araujo, eric.smith, jaraco, ncoghlan, pitrou, r.david.murray, sbt, tim.golden
Date 2012-07-02.00:45:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341189921.43.0.515396595756.issue14243@psf.upfronthosting.co.za>
In-reply-to
Content
Alternatively, perhaps it would make sense to have a "reopen()" method on file objects that covers the necessary dance to reopen with the correct flags?

That would solve more problems than just this one (possibly including making it possible to "reopen" StringIO and BytesIO objects).
History
Date User Action Args
2012-07-02 00:45:21ncoghlansetrecipients: + ncoghlan, jaraco, pitrou, eric.smith, tim.golden, eric.araujo, r.david.murray, brian.curtin, dabrahams, davide.rizzo, sbt, dlenski
2012-07-02 00:45:21ncoghlansetmessageid: <1341189921.43.0.515396595756.issue14243@psf.upfronthosting.co.za>
2012-07-02 00:45:18ncoghlanlinkissue14243 messages
2012-07-02 00:45:17ncoghlancreate