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 BreamoreBoy, ezio.melotti, larry, rhettinger, serhiy.storchaka, terry.reedy, vajrasky
Date 2014-01-25.13:20:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390656023.12.0.169481425398.issue19145@psf.upfronthosting.co.za>
In-reply-to
Content
I think you've understood it.

The problem is, in order to deprecate the behavior, we first must provide the new behavior.  (That's official policy, in PEP 5.)  It's untenable to say "you'll have to stop using 'times=-1' in the future, but you can't use 'times=None' yet".  And right now I'm pretty sure we shouldn't add "times=None" for 3.4.  Therefore, we can't even deprecate the old behavior yet.
History
Date User Action Args
2014-01-25 13:20:23larrysetrecipients: + larry, rhettinger, terry.reedy, ezio.melotti, BreamoreBoy, serhiy.storchaka, vajrasky
2014-01-25 13:20:23larrysetmessageid: <1390656023.12.0.169481425398.issue19145@psf.upfronthosting.co.za>
2014-01-25 13:20:23larrylinkissue19145 messages
2014-01-25 13:20:22larrycreate