]> granicus.if.org Git - python/commit
Add a note explaining why you shouldn't try to compute mean and
authorGuido van Rossum <guido@python.org>
Thu, 6 Mar 2003 16:11:17 +0000 (16:11 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 6 Mar 2003 16:11:17 +0000 (16:11 +0000)
commit5573541b6fab4041250958675b4b440aaa4a93c0
treebc28843b3eafad881e98c7265b13101a0f29b6cc
parentc79ffb022f5ddba0dd88fff877b69d10e8690edd
Add a note explaining why you shouldn't try to compute mean and
standard deviation.  Also add an XXX comment wondering if we should
refrain from using itertools.repeat().
Lib/timeit.py