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 eric.araujo
Recipients brett.cannon, bruno.dupuis, eric.araujo, eric.smith, ncoghlan, r.david.murray, xmorel
Date 2012-11-29.02:38:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354156706.61.0.560195225626.issue7976@psf.upfronthosting.co.za>
In-reply-to
Content
About the name: I think it’s good.  “Warnings” is at the start, meaning this is related to the warnings system; an exception with “Warning” at the end would however not be good.

I started to comment that the name could be just OptionParsingError, given that we don’t need prefixes when we have namespaces (i.e. modules: warnings.OptionParsingError is not ambiguous), but most other names in the modules contain “warning” so let’s keep the convention.

You will have noticed that I prefer Option to Opt :)
History
Date User Action Args
2012-11-29 02:38:26eric.araujosetrecipients: + eric.araujo, brett.cannon, ncoghlan, eric.smith, r.david.murray, xmorel, bruno.dupuis
2012-11-29 02:38:26eric.araujosetmessageid: <1354156706.61.0.560195225626.issue7976@psf.upfronthosting.co.za>
2012-11-29 02:38:26eric.araujolinkissue7976 messages
2012-11-29 02:38:26eric.araujocreate