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:16:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390558599.89.0.900666038054.issue19145@psf.upfronthosting.co.za>
In-reply-to
Content
Here is the updated patch. I try to be conservative here, preserving the current behaviour.

Negative times is same as zero.
Default value (which can be passed by omitting times) means unlimited.

I did not change the signature "repeat(object [,times])" because the only suitable default value, in my opinion, is "repeat(object [,times=<unlimited>])" which is impossible at the moment.

Well, let see what Raymond has anything to say about this.
History
Date User Action Args
2014-01-24 10:16:39vajraskysetrecipients: + vajrasky, rhettinger, terry.reedy, larry, ezio.melotti, serhiy.storchaka
2014-01-24 10:16:39vajraskysetmessageid: <1390558599.89.0.900666038054.issue19145@psf.upfronthosting.co.za>
2014-01-24 10:16:39vajraskylinkissue19145 messages
2014-01-24 10:16:39vajraskycreate