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-11.17:43:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357926204.15.0.484646190375.issue16715@psf.upfronthosting.co.za>
In-reply-to
Content
LoadError was IOError descendant, now OSError is directly specified.
If somebody want to change base class for LoadError he should to update the code in several places in http/cookiejar.py.
The docstring for FileCookieJar.revert directly specifies possible exceptions btw.
History
Date User Action Args
2013-01-11 17:43:24asvetlovsetrecipients: + asvetlov, py.user, python-dev
2013-01-11 17:43:24asvetlovsetmessageid: <1357926204.15.0.484646190375.issue16715@psf.upfronthosting.co.za>
2013-01-11 17:43:24asvetlovlinkissue16715 messages
2013-01-11 17:43:23asvetlovcreate