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 vajrasky
Recipients ezio.melotti, larry, rhettinger, serhiy.storchaka, terry.reedy, vajrasky
Date 2014-01-24.10:21:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390558911.51.0.851410351932.issue19145@psf.upfronthosting.co.za>
In-reply-to
Content
def repeat(object, times=-1):  => it could break the code in the wild.

Current behaviour: repeat(object) -> unlimited, repeat(object, -1) -> 0 repetitions.
History
Date User Action Args
2014-01-24 10:21:51vajraskysetrecipients: + vajrasky, rhettinger, terry.reedy, larry, ezio.melotti, serhiy.storchaka
2014-01-24 10:21:51vajraskysetmessageid: <1390558911.51.0.851410351932.issue19145@psf.upfronthosting.co.za>
2014-01-24 10:21:51vajraskylinkissue19145 messages
2014-01-24 10:21:51vajraskycreate