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 serhiy.storchaka
Recipients cami, serhiy.storchaka
Date 2012-11-03.18:51:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351968685.46.0.917820770235.issue16394@psf.upfronthosting.co.za>
In-reply-to
Content
> The documentation explicitly mentions this is unfortunate.

Ah, here's the thing.  The code in the documentation is provided only for the explanation.  In fact tee() is implemented in the same way that you suggest (but uses a more efficient deque implementation).  I propose to close this issue as invalid.  Thanks for the suggestion.
History
Date User Action Args
2012-11-03 18:51:25serhiy.storchakasetrecipients: + serhiy.storchaka, cami
2012-11-03 18:51:25serhiy.storchakasetmessageid: <1351968685.46.0.917820770235.issue16394@psf.upfronthosting.co.za>
2012-11-03 18:51:25serhiy.storchakalinkissue16394 messages
2012-11-03 18:51:25serhiy.storchakacreate