]> granicus.if.org Git - python/commit
Issue #19145: Fix handling of negative values for a "times" keyword argument to...
authorRaymond Hettinger <python@rcn.com>
Wed, 25 Jun 2014 04:53:45 +0000 (21:53 -0700)
committerRaymond Hettinger <python@rcn.com>
Wed, 25 Jun 2014 04:53:45 +0000 (21:53 -0700)
commit58ad24512a60694486ba50302cc1e805a84e7f94
treeb73ffeabfe7a5d7655b7b57f3ab5e529f6c21464
parent3fecd48bded335cf79851a23c66fd8e8195f9516
Issue #19145:  Fix handling of negative values for a "times" keyword argument to itertools.repeat()>

(Patch contributed by Vajrasky Kok.)
Lib/test/test_itertools.py
Misc/ACKS
Misc/NEWS
Modules/itertoolsmodule.c