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 BreamoreBoy
Recipients BreamoreBoy, christian.heimes, py.user, rhettinger
Date 2013-12-30.00:19:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1388362754.35.0.643385495026.issue18310@psf.upfronthosting.co.za>
In-reply-to
Content
Why has this been closed?  I've just run into exactly the same problem.  It states here http://docs.python.org/3/library/itertools.html#itertools.tee "itertools.tee(iterable, n=2) - Return n independent iterators from a single iterable."
History
Date User Action Args
2013-12-30 00:19:14BreamoreBoysetrecipients: + BreamoreBoy, rhettinger, christian.heimes, py.user
2013-12-30 00:19:14BreamoreBoysetmessageid: <1388362754.35.0.643385495026.issue18310@psf.upfronthosting.co.za>
2013-12-30 00:19:14BreamoreBoylinkissue18310 messages
2013-12-30 00:19:14BreamoreBoycreate