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, gcbirzan, jeffknupp, kalt, python-dev, r.david.murray, wt
Date 2012-09-08.16:35:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3XDh2J74SQzQDJ@mail.python.org>
In-reply-to
Content
New changeset 5d8454fcc629 by R David Murray in branch '3.2':
#15847: allow args to be a tuple in parse_args
http://hg.python.org/cpython/rev/5d8454fcc629

New changeset 76655483c5c8 by R David Murray in branch 'default':
merge #15847: allow args to be a tuple in parse_args
http://hg.python.org/cpython/rev/76655483c5c8

New changeset a2147bbf7868 by R David Murray in branch '2.7':
#15847: allow args to be a tuple in parse_args
http://hg.python.org/cpython/rev/a2147bbf7868
History
Date User Action Args
2012-09-08 16:35:06python-devsetrecipients: + python-dev, bethard, eric.smith, kalt, r.david.murray, wt, jeffknupp, gcbirzan
2012-09-08 16:35:06python-devlinkissue13922 messages
2012-09-08 16:35:06python-devcreate