Message 111294 - Python tracker

Message111294

Author bethard
Recipients LambertDW, bethard, eric.araujo, ggenellina, kszawala, r.david.murray, terry.reedy, vstinner
Date 2010-07-23.12:25:35
SpamBayes Score 0.0013145562
Marked as misclassified No
Message-id <1279887937.39.0.324932109192.issue4640@psf.upfronthosting.co.za>
In-reply-to
Content
In argparse, "-debug" is a perfectly valid flag (you're not required to have "--debug", and you can even have "+debug" if you want and you specify it correctly), so unless I misunderstand what the bug is, this doesn't apply to argparse.
History
Date User Action Args
2010-07-23 12:25:37bethardsetrecipients: + bethard, terry.reedy, ggenellina, vstinner, LambertDW, eric.araujo, kszawala, r.david.murray
2010-07-23 12:25:37bethardsetmessageid: <1279887937.39.0.324932109192.issue4640@psf.upfronthosting.co.za>
2010-07-23 12:25:36bethardlinkissue4640 messages
2010-07-23 12:25:35bethardcreate