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 Arfrever, amaury.forgeotdarc, benjamin.peterson, eric.araujo, nadeem.vawda, ned.deily, neologix, pitrou, rosslagerwall, terry.reedy, vstinner
Date 2011-10-31.16:59:57
SpamBayes Score 0.000499557
Marked as misclassified No
Message-id <1320080138.3382.2.camel@localhost.localdomain>
In-reply-to <1320001849.2.0.522761398517.issue12797@psf.upfronthosting.co.za>
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.

This looks good to me. You just need to add a "versionchanged" attribute
in the documentation.
History
Date User Action Args
2011-10-31 16:59:57pitrousetrecipients: + pitrou, terry.reedy, amaury.forgeotdarc, vstinner, nadeem.vawda, benjamin.peterson, ned.deily, eric.araujo, Arfrever, neologix, rosslagerwall
2011-10-31 16:59:57pitroulinkissue12797 messages
2011-10-31 16:59:57pitroucreate