Message163497
Attached is a patch to fix this bug by deferring matching of nargs='*' argument against a zero-length pattern until the end of the arguments list.
I believe that it ought to be maximally conservative in that it should not change the behavior of any existing parsers except in cases where it allows them to accept arguments they would previously have left unrecognized in cases like the test in the initial report. |
|
Date |
User |
Action |
Args |
2012-06-22 21:54:43 | waltermundt | set | recipients:
+ waltermundt, bethard, tshepang |
2012-06-22 21:54:43 | waltermundt | set | messageid: <1340402083.64.0.773456971525.issue15112@psf.upfronthosting.co.za> |
2012-06-22 21:54:43 | waltermundt | link | issue15112 messages |
2012-06-22 21:54:42 | waltermundt | create | |
|