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 paul.j3
Recipients bethard, eric.smith, gcbirzan, jeffknupp, kalt, paul.j3, python-dev, r.david.murray, wt
Date 2013-04-06.06:44:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365230677.66.0.13037488615.issue13922@psf.upfronthosting.co.za>
In-reply-to
Content
I am working on an alternative solution that moves the '--' removal to the consume_positionals() method, and only does it if there is a corresponding '-' in the arg_strings_pattern.
History
Date User Action Args
2013-04-06 06:44:37paul.j3setrecipients: + paul.j3, bethard, eric.smith, kalt, r.david.murray, python-dev, wt, jeffknupp, gcbirzan
2013-04-06 06:44:37paul.j3setmessageid: <1365230677.66.0.13037488615.issue13922@psf.upfronthosting.co.za>
2013-04-06 06:44:37paul.j3linkissue13922 messages
2013-04-06 06:44:37paul.j3create