When parsing things like `def f(*): pass` the old parser used to output `SyntaxError: named arguments must follow bare *`, which the new parser wasn't able to do. |
||
|---|---|---|
| .. | ||
| Grammar | ||
| python.gram | ||
| Tokens | ||
When parsing things like `def f(*): pass` the old parser used to output `SyntaxError: named arguments must follow bare *`, which the new parser wasn't able to do. |
||
|---|---|---|
| .. | ||
| Grammar | ||
| python.gram | ||
| Tokens | ||