Message 221237 - Python tracker

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.

Content
> Please clarify

I was referring to your first post, "I see two possible choices here ... [changing the signature to times=-1 or to times=None]".  

There was another choice, make the code work as originally intended where omitting the times argument repeats indefinitely and where negative values are treated the same as zero.