Message196110
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. |
|
Date |
User |
Action |
Args |
2013-08-25 02:01:09 | paul.j3 | set | recipients:
+ paul.j3, amcnabb, bethard, v+python, r.david.murray, docs@python, martin.panter, guilherme-pg |
2013-08-25 02:01:08 | paul.j3 | set | messageid: <1377396068.92.0.880123129049.issue14191@psf.upfronthosting.co.za> |
2013-08-25 02:01:08 | paul.j3 | link | issue14191 messages |
2013-08-25 02:01:08 | paul.j3 | create | |
|