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 bruno.dupuis
Recipients brett.cannon, bruno.dupuis, eric.araujo, eric.smith, ncoghlan, r.david.murray, xmorel
Date 2012-11-29.03:06:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354158398.67.0.588762730114.issue7976@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks, I'll write the doc.

Now, I'm not sure that keeping _OptionError as WarningsOptParsingError base class is a good idea. I can't see any use case to catch this exception outside the module and I'm quite sure nobody ever has. However, I tend to be over-conservative when it comes to backward-compatibility, even for underscore names.
History
Date User Action Args
2012-11-29 03:06:38bruno.dupuissetrecipients: + bruno.dupuis, brett.cannon, ncoghlan, eric.smith, eric.araujo, r.david.murray, xmorel
2012-11-29 03:06:38bruno.dupuissetmessageid: <1354158398.67.0.588762730114.issue7976@psf.upfronthosting.co.za>
2012-11-29 03:06:38bruno.dupuislinkissue7976 messages
2012-11-29 03:06:38bruno.dupuiscreate