]> granicus.if.org Git - python/commit
Rename variables _seq to _it and seq to it, to emphasize that this is
authorGuido van Rossum <guido@python.org>
Fri, 21 Mar 2003 14:54:19 +0000 (14:54 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 21 Mar 2003 14:54:19 +0000 (14:54 +0000)
commitdd42edcc9df2603036a7d0209e51af135a003319
tree40bd7c5998eda349601bc65b3107095923519ee1
parent6fa2dc70b8af4734d709d010c8d2e01b77671403
Rename variables _seq to _it and seq to it, to emphasize that this is
an iterator (which can only be used once!).
Lib/timeit.py