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 georg.brandl
Recipients georg.brandl, ggenellina, pitrou, skip.montanaro
Date 2008-06-13.13:27:00
SpamBayes Score 0.0686052
Marked as misclassified No
Message-id <1213363672.51.0.133113191548.issue3079@psf.upfronthosting.co.za>
In-reply-to
Content
I agree with Antoine that the standard behavior is what you want in most
simple command-line scripts.

It's easy enough to replace the parser's exit function to just print the
message, or raise an exception.
History
Date User Action Args
2008-06-13 13:27:52georg.brandlsetspambayes_score: 0.0686052 -> 0.0686052
recipients: + georg.brandl, skip.montanaro, ggenellina, pitrou
2008-06-13 13:27:52georg.brandlsetspambayes_score: 0.0686052 -> 0.0686052
messageid: <1213363672.51.0.133113191548.issue3079@psf.upfronthosting.co.za>
2008-06-13 13:27:01georg.brandllinkissue3079 messages
2008-06-13 13:27:00georg.brandlcreate