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

Mark Lawrence report at bugs.python.org
Mon Dec 30 06:08:06 CET 2013


Mark Lawrence added the comment:

It's just the docs that need changing to clarify the situation as (say) a,b,c = tee(range, 3) works perfectly.  Sorry I didn't have the foresight to check this before :(

----------
components: +Documentation -Library (Lib)
versions: +Python 2.7

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


More information about the Python-bugs-list mailing list