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 rosslagerwall
Recipients Arfrever, amaury.forgeotdarc, benjamin.peterson, eric.araujo, nadeem.vawda, ned.deily, neologix, pitrou, rosslagerwall, terry.reedy, vstinner
Date 2011-10-30.19:10:48
SpamBayes Score 1.4468661e-07
Marked as misclassified No
Message-id <1320001849.2.0.522761398517.issue12797@psf.upfronthosting.co.za>
In-reply-to
Content
Updated patch:
* checks for long overflow
* raises original exception if opener returns null
* makes it explicit that "opener" must return an open file descriptor.

I don't think that mode should be passed in since it is not specified in the parameters to open() (and always defaults to 0o666 anyway). Specifying the file mode should be left to the opener if needed.
History
Date User Action Args
2011-10-30 19:10:49rosslagerwallsetrecipients: + rosslagerwall, terry.reedy, amaury.forgeotdarc, pitrou, vstinner, nadeem.vawda, benjamin.peterson, ned.deily, eric.araujo, Arfrever, neologix
2011-10-30 19:10:49rosslagerwallsetmessageid: <1320001849.2.0.522761398517.issue12797@psf.upfronthosting.co.za>
2011-10-30 19:10:48rosslagerwalllinkissue12797 messages
2011-10-30 19:10:48rosslagerwallcreate