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:51:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1388364687.78.0.670045084693.issue18310@psf.upfronthosting.co.za>
In-reply-to
Content
The docs for tee are the same going right back to its introduction in 2.4.  The itertools count function takes start and step keywords, why can't tee take a keyword as it's documented to?
History
Date User Action Args
2013-12-30 00:51:27BreamoreBoysetrecipients: + BreamoreBoy, rhettinger, christian.heimes, py.user
2013-12-30 00:51:27BreamoreBoysetmessageid: <1388364687.78.0.670045084693.issue18310@psf.upfronthosting.co.za>
2013-12-30 00:51:27BreamoreBoylinkissue18310 messages
2013-12-30 00:51:27BreamoreBoycreate