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 r.david.murray
Recipients bethard, eric.smith, jeffknupp, kalt, r.david.murray, wt
Date 2012-03-18.17:31:10
SpamBayes Score 4.34945e-07
Marked as misclassified No
Message-id <1332091871.4.0.434605346615.issue13922@psf.upfronthosting.co.za>
In-reply-to
Content
No, it is definitely a bug.  It prevents implementing parsers that pass strings on to another sub-parser or command.  Imagine, for example, implementing a script that takes some arguments, but takes the entire rest of the command string and passes it to some unix program that it calls...and that unix program will recognize '--' in that string as the end of processing *its* options, and the user of the python command may well want to do that.  Unless this bug is fixed, it would be impossible to use argparse to implement such a reasonable scenario.
History
Date User Action Args
2012-03-18 17:31:11r.david.murraysetrecipients: + r.david.murray, bethard, eric.smith, kalt, wt, jeffknupp
2012-03-18 17:31:11r.david.murraysetmessageid: <1332091871.4.0.434605346615.issue13922@psf.upfronthosting.co.za>
2012-03-18 17:31:10r.david.murraylinkissue13922 messages
2012-03-18 17:31:10r.david.murraycreate