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 SilentGhost, arkady.koplyarov, brian.curtin, ncoghlan, python-dev
Date 2011-03-17.14:46:51
SpamBayes Score 4.2109068e-07
Marked as misclassified No
Message-id <1300373211.93.0.794774519724.issue11577@psf.upfronthosting.co.za>
In-reply-to
Content
This is fixed on default as well, I just stuffed the merge so the history looks odd and the integration script didn't pick it up.

You can see the additional changes I made in the linked changeset:
- try/except with a flag to clean up implicitly created file objects when binhex.__init__ fails
- change the getfileinfo code to use a with statement so it is also more exception tolerant
History
Date User Action Args
2011-03-17 14:46:52ncoghlansetrecipients: + ncoghlan, brian.curtin, SilentGhost, python-dev, arkady.koplyarov
2011-03-17 14:46:51ncoghlansetmessageid: <1300373211.93.0.794774519724.issue11577@psf.upfronthosting.co.za>
2011-03-17 14:46:51ncoghlanlinkissue11577 messages
2011-03-17 14:46:51ncoghlancreate