commit | 3822af6d3ad2a4645fa71b263396fd1dd213d639 | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Tue Apr 15 13:10:07 2008 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Tue Apr 15 13:10:07 2008 +0000 |
tree | ee9d9124b37e85b238c10070f09fa95877a0eeb3 | |
parent | 09a1ebc9db3635e31796dc130f9dd493c8290460 [diff] |
Add *,**,@ to index, as suggested by http://farmdev.com/thoughts/24/what-does-the-def-star-variable-or-def-asterisk-parameter-syntax-do-in-python-/ The right entry type to use isn't clear; operator seems wrong, because *,**,@ aren't being used in expressions here. I put them as 'statement'; 'syntax' might be better.