This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author py.user
Recipients py.user
Date 2013-06-26.18:08:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372270091.7.0.0269629805126.issue18310@psf.upfronthosting.co.za>
In-reply-to
Content
>>> import itertools
>>> itertools.tee('x', n=2)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: tee() takes no keyword arguments
>>>
History
Date User Action Args
2013-06-26 18:08:11py.usersetrecipients: + py.user
2013-06-26 18:08:11py.usersetmessageid: <1372270091.7.0.0269629805126.issue18310@psf.upfronthosting.co.za>
2013-06-26 18:08:11py.userlinkissue18310 messages
2013-06-26 18:08:11py.usercreate