]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* Added a substantial number of edge case and argument tests for
authorRaymond Hettinger <python@rcn.com>
Sat, 3 May 2003 05:59:48 +0000 (05:59 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 3 May 2003 05:59:48 +0000 (05:59 +0000)
commit7c2bb5bc5765491a80bdca43545c5f41481cbf08
tree82d63def5bd79ffec3e65938630fd825943a549d
parent27922eef358c4952ad06625338bcad1dd7174e44
* Added a substantial number of edge case and argument tests for
  the itertoolsmodule.
* Taught itertools.repeat(obj, n) to treat negative repeat counts as
  zero.  This behavior matches that for sequences and prevents
  infinite loops.
Lib/test/test_itertools.py
Modules/itertoolsmodule.c