]> granicus.if.org Git - python/commit
Add *,**,@ to index, as suggested by
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 15 Apr 2008 13:10:07 +0000 (13:10 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 15 Apr 2008 13:10:07 +0000 (13:10 +0000)
commit3822af6d3ad2a4645fa71b263396fd1dd213d639
treeee9d9124b37e85b238c10070f09fa95877a0eeb3
parent09a1ebc9db3635e31796dc130f9dd493c8290460
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.
Doc/reference/compound_stmts.rst
Doc/tutorial/controlflow.rst