[issue19441] itertools.tee improve documentation

Raymond Hettinger report at bugs.python.org
Thu Aug 22 19:15:20 EDT 2019


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:

This is out of date.  The docs currently have:

''' Once :func:`tee` has made a split, the original *iterable* should not be used anywhere else; otherwise, the *iterable* could get advanced without the tee objects being informed.
'''

----------
resolution:  -> out of date
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue19441>
_______________________________________


More information about the Python-bugs-list mailing list