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 amcnabb, bethard, dg1727, docs@python, guilherme-pg, martin.panter, paul.j3, r.david.murray, v+python
Date 2017-09-04.22:15:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504563307.56.0.656919580735.issue14191@psf.upfronthosting.co.za>
In-reply-to
Content
I've turned intermixed.patch into a PR.  I tweaked the documentation so that it does not refer to the details of the implementation.  I tweaked the implementation to have the 'try' start before the code that modifies the state, and did the line wrapping to <80 columns.

I have one concern about this patch: parse_intermixed_args doesn't support all of the argparse features.  It feels to me like it is worthwhile to add anyway, and maybe someone will figure out how to support more features later.  But I'd like at least one other committer to concur :)

Given concurrence I'll add news and what's new entries.

paul.j3: I'm trying to review argparse patches during this core sprint week, so if you have anything in particular you want me to focus on, please let me know.
History
Date User Action Args
2017-09-04 22:15:07r.david.murraysetrecipients: + r.david.murray, amcnabb, bethard, v+python, docs@python, martin.panter, paul.j3, guilherme-pg, dg1727
2017-09-04 22:15:07r.david.murraysetmessageid: <1504563307.56.0.656919580735.issue14191@psf.upfronthosting.co.za>
2017-09-04 22:15:07r.david.murraylinkissue14191 messages
2017-09-04 22:15:07r.david.murraycreate