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 asvetlov
Recipients asvetlov, py.user, python-dev
Date 2013-01-10.13:29:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357824590.78.0.138234641133.issue16715@psf.upfronthosting.co.za>
In-reply-to
Content
It's not a typo.
1. LoadError is inherited from OSError so LoadError exception is also caught.
2. Pointed code just resets cookie state and reraises exception, exception type is saved.

The code is correct from my perspective.
History
Date User Action Args
2013-01-10 13:29:50asvetlovsetrecipients: + asvetlov, py.user, python-dev
2013-01-10 13:29:50asvetlovsetmessageid: <1357824590.78.0.138234641133.issue16715@psf.upfronthosting.co.za>
2013-01-10 13:29:50asvetlovlinkissue16715 messages
2013-01-10 13:29:50asvetlovcreate