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 python-dev
Recipients bethard, eric.smith, jeffknupp, kalt, python-dev, r.david.murray, wt
Date 2012-07-22.02:58:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3Wfr9k2r90zPX2@mail.python.org>
In-reply-to
Content
New changeset 18b114be013e by R David Murray in branch '3.2':
#13922: argparse no longer incorrectly strips '--' after the first one.
http://hg.python.org/cpython/rev/18b114be013e

New changeset bd2c167dfabc by R David Murray in branch '2.7':
#13922: argparse no longer incorrectly strips '--' after the first one.
http://hg.python.org/cpython/rev/bd2c167dfabc

New changeset a636f365d815 by R David Murray in branch 'default':
Merge #13922: argparse no longer incorrectly strips '--' after the first one.
http://hg.python.org/cpython/rev/a636f365d815
History
Date User Action Args
2012-07-22 02:58:03python-devsetrecipients: + python-dev, bethard, eric.smith, kalt, r.david.murray, wt, jeffknupp
2012-07-22 02:58:03python-devlinkissue13922 messages
2012-07-22 02:58:03python-devcreate