Martin Panter added the comment:

When a parameter is optional but does not have a simple default value, I 
suggest using some obviously invalid pseudocode, such as

function(arg1, arg2=<automatic, see text>)

See Issue 8706 about adding more support for keyword arguments. See also Issue 
23738 for signatures that incorrectly appear to accept keywords due to 
including default values, and PEP 457’s slash (/) indicator for documenting 
positional-only parameters.

----------
nosy: +vadmium

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13386>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to