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 bethard
Recipients bethard, guilherme-pg, v+python
Date 2012-03-08.23:48:53
SpamBayes Score 0.024794944
Marked as misclassified No
Message-id <1331250534.54.0.561407439076.issue14191@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, that could be even simpler:

args, remaining_args = optionals.parse_known_args()
args = positionals.parse_args(remaining_args, args)
History
Date User Action Args
2012-03-08 23:48:54bethardsetrecipients: + bethard, v+python, guilherme-pg
2012-03-08 23:48:54bethardsetmessageid: <1331250534.54.0.561407439076.issue14191@psf.upfronthosting.co.za>
2012-03-08 23:48:53bethardlinkissue14191 messages
2012-03-08 23:48:53bethardcreate