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 pitrou
Recipients ggenellina, pitrou, skip.montanaro
Date 2008-06-13.12:34:11
SpamBayes Score 0.14274997
Marked as misclassified No
Message-id <1213360452.79.0.692529881328.issue3079@psf.upfronthosting.co.za>
In-reply-to
Content
The current behaviour is useful in that most of time, it is convenient
to let OptionParser display a standard error message and bail out.
However, having an attribute on the OptionParser object (e.g.
exit_on_errors) to be able to change this behaviour is a reasonable
proposition.
History
Date User Action Args
2008-06-13 12:34:13pitrousetspambayes_score: 0.14275 -> 0.14274997
recipients: + pitrou, skip.montanaro, ggenellina
2008-06-13 12:34:12pitrousetspambayes_score: 0.14275 -> 0.14275
messageid: <1213360452.79.0.692529881328.issue3079@psf.upfronthosting.co.za>
2008-06-13 12:34:12pitroulinkissue3079 messages
2008-06-13 12:34:11pitroucreate