[New-bugs-announce] [issue18310] itertools.tee() can't accept keyword arguments
py.user
report at bugs.python.org
Wed Jun 26 20:08:11 CEST 2013
New submission from py.user:
>>> import itertools
>>> itertools.tee('x', n=2)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: tee() takes no keyword arguments
>>>
----------
components: Library (Lib)
messages: 191912
nosy: py.user
priority: normal
severity: normal
status: open
title: itertools.tee() can't accept keyword arguments
type: behavior
versions: Python 3.3, Python 3.4
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18310>
_______________________________________
More information about the New-bugs-announce
mailing list