Author pfeldman@verizon.net
Recipients gagenellina, georg.brandl, pfeldman@verizon.net, pitrou, skip.montanaro
Date 2009-10-16.00:03:45
SpamBayes Score 1.37538e-06
Marked as misclassified No
Message-id <1255651427.38.0.0608580673501.issue3079@psf.upfronthosting.co.za>
In-reply-to
Content
The current behavior of optparse is contrary to how most of Python
works. optparse should throw a named exception that can be trapped and
identified by the calling program.  Doing a SystemExit is unacceptable.
 I can't believe that this is such a hard thing to fix.
History
Date User Action Args
2009-10-16 00:03:48pfeldman@verizon.netsetrecipients: + pfeldman@verizon.net, skip.montanaro, georg.brandl, gagenellina, pitrou
2009-10-16 00:03:47pfeldman@verizon.netsetmessageid: <1255651427.38.0.0608580673501.issue3079@psf.upfronthosting.co.za>
2009-10-16 00:03:46pfeldman@verizon.netlinkissue3079 messages
2009-10-16 00:03:46pfeldman@verizon.netcreate