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 amcnabb, bethard, docs@python, guilherme-pg, martin.panter, paul.j3, r.david.murray, v+python
Date 2013-08-25.02:01:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377396068.92.0.880123129049.issue14191@psf.upfronthosting.co.za>
In-reply-to
Content
Above in
http://bugs.python.org/issue14191#msg187051
I proposed a patch that is quite close to bethard's patch in http://bugs.python.org/issue15112#msg166173

Both modify the same place, doing the same (pop items off arg_counts).  The logic is a little different.  I'd have to look at them more carefully to see whether one is more robust.  Thanks for linking that issue.

The main issue here is different, allowing for complete intermixing of optionals and positionals.  Over at 15112 the issue is intermixing of optionals and 'whole' positionals.  My 187051 patch belongs over there.
History
Date User Action Args
2013-08-25 02:01:09paul.j3setrecipients: + paul.j3, amcnabb, bethard, v+python, r.david.murray, docs@python, martin.panter, guilherme-pg
2013-08-25 02:01:08paul.j3setmessageid: <1377396068.92.0.880123129049.issue14191@psf.upfronthosting.co.za>
2013-08-25 02:01:08paul.j3linkissue14191 messages
2013-08-25 02:01:08paul.j3create