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 larry
Recipients Yury.Selivanov, brett.cannon, georg.brandl, larry, serhiy.storchaka, taleinat, vajrasky, zach.ware
Date 2014-01-22.11:25:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390389925.15.0.150038436459.issue20341@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, the documented behavior of itertools.repeat() is that the "times" argument takes a default of None.

    Equivalent to:

    def repeat(object, times=None):
        ...

http://docs.python.org/3/library/itertools.html#itertools.repeat
History
Date User Action Args
2014-01-22 11:25:25larrysetrecipients: + larry, brett.cannon, georg.brandl, taleinat, Yury.Selivanov, zach.ware, serhiy.storchaka, vajrasky
2014-01-22 11:25:25larrysetmessageid: <1390389925.15.0.150038436459.issue20341@psf.upfronthosting.co.za>
2014-01-22 11:25:25larrylinkissue20341 messages
2014-01-22 11:25:25larrycreate