[issue18310] itertools.tee() can't accept keyword arguments

Terry J. Reedy report at bugs.python.org
Sat Jan 4 08:30:00 CET 2014


Terry J. Reedy added the comment:

'name=val' in a signature (not a call) merely indicates that name has a default. The 2.x use of [] to indicate the the parameter with a default is optional was dropped as redundant in the 3.x docs. The 2.x; tee doc has [, n=2]. The 3.x doc is correctly according to the 3.x doc standard.

----------

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


More information about the Python-bugs-list mailing list