]> 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:36:58 +0000 (21:36 -0700)
committerRaymond Hettinger <python@rcn.com>
Wed, 25 Jun 2014 04:36:58 +0000 (21:36 -0700)
commit97d3555029b02fa4b432c1a1259b64aaa31e4e3e
treeb986e1e25c2184d7c53b6cdb16e30487c3a7c733
parentca5c7153de0e14052483676b2cdf6791f1eeb7d2
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