*** libitertools.tex Sun Mar 27 12:51:55 2005 --- libitertools1.tex Sun Mar 27 16:53:42 2005 *************** *** 259,264 **** --- 259,266 ---- if stop is not None and cnt >= stop: break yield element + if stop is not None and cnt == stop -1: + break next += step \end{verbatim}