diff options
author | R David Murray <rdmurray@bitdance.com> | 2011-03-16 21:32:27 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2011-03-16 21:32:27 (GMT) |
commit | a88da67bcbf8b87af613751796998538afb26be0 (patch) | |
tree | b41a111937fb183d792fc983feaa7b4cc237ee6b /Misc | |
parent | 07926f024a9dd0fab190273ed84f5f1a8667308f (diff) | |
download | cpython-a88da67bcbf8b87af613751796998538afb26be0.zip cpython-a88da67bcbf8b87af613751796998538afb26be0.tar.gz cpython-a88da67bcbf8b87af613751796998538afb26be0.tar.bz2 |
#11578: add unit tests for timeit module.
Patch by Michael Henry.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -126,6 +126,8 @@ Tools/Demos Tests ----- +- Issue #11578: added test for the timeit module. Patch Michael Henry. + - Issue #11503: improve test coverage of posixpath.py. Patch by Evan Dandrea. - Issue #11505: improves test coverage of string.py. Patch by Alicia |