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 jeffknupp
Recipients bethard, eric.smith, jeffknupp, kalt, r.david.murray, wt
Date 2012-03-18.17:11:51
SpamBayes Score 4.804379e-12
Marked as misclassified No
Message-id <1332090711.98.0.00950063709298.issue13922@psf.upfronthosting.co.za>
In-reply-to
Content
I don't know that this is a bug. Rather, the string '--' means different things to argparse and optparse. In argparse, '--' is a psuedo-argument taken to mean "everything after this is a postional argument" and not "stop processing arguments", which is the optparse meaning. In that context it doesn't seem like removing additional '--' is a bug in argparse, since additional '--' would merely be restating the same thing.
History
Date User Action Args
2012-03-18 17:11:52jeffknuppsetrecipients: + jeffknupp, bethard, eric.smith, kalt, r.david.murray, wt
2012-03-18 17:11:51jeffknuppsetmessageid: <1332090711.98.0.00950063709298.issue13922@psf.upfronthosting.co.za>
2012-03-18 17:11:51jeffknupplinkissue13922 messages
2012-03-18 17:11:51jeffknuppcreate