]> granicus.if.org Git - python/commit
The previous made the stop argument optional.
authorRaymond Hettinger <python@rcn.com>
Fri, 2 May 2003 19:44:20 +0000 (19:44 +0000)
committerRaymond Hettinger <python@rcn.com>
Fri, 2 May 2003 19:44:20 +0000 (19:44 +0000)
commit341deb74e7ec78eaf99838669ce04871e9f15783
treec3c8257703ef5e718c8f850945dc2e7070f25071
parent14ef54cd833c7ccfa0b3d03e2b45074d54a8ac87
The previous made the stop argument optional.
It is better to be explicit and just allow stop to be None.
Doc/lib/libitertools.tex
Lib/test/test_itertools.py
Modules/itertoolsmodule.c