summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2011-03-16 21:32:27 (GMT)
committerR David Murray <rdmurray@bitdance.com>2011-03-16 21:32:27 (GMT)
commita88da67bcbf8b87af613751796998538afb26be0 (patch)
treeb41a111937fb183d792fc983feaa7b4cc237ee6b /Misc
parent07926f024a9dd0fab190273ed84f5f1a8667308f (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index eeea4ba..781f943 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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