[issue13386] Document documentation conventions for optional args
Eli Bendersky
report at bugs.python.org
Sat Nov 12 19:52:15 CET 2011
Eli Bendersky <eliben at gmail.com> added the comment:
You should also explicitly specify what happens in several optional but not keyword args are needed. AFAIU the convention is:
func(arg1, arg2[, opt1, opt2])
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13386>
_______________________________________
More information about the Python-bugs-list
mailing list