[docs] [issue19024] Document asterisk (*), splat or star operator

Madison May report at bugs.python.org
Mon Sep 16 04:26:28 CEST 2013


Madison May added the comment:

http://docs.python.org/3/tutorial/controlflow.html#arbitrary-argument-lists
http://docs.python.org/3/tutorial/controlflow.html#unpacking-argument-lists 

The above links do a so-so of explaining the splat operator, although I agree that the docs for '*' could be improved.

----------
nosy: +madison.may

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19024>
_______________________________________


More information about the docs mailing list