summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2011-03-16 21:33:24 (GMT)
committerR David Murray <rdmurray@bitdance.com>2011-03-16 21:33:24 (GMT)
commit832ebeb9d4910f15130e4e337204f18b0ed7b37b (patch)
tree34ecfb902ffbf4ef80c5a7775527183e86ef39c6 /Misc
parent4b3181804227a5a4148fdf60b6655a989b45a8ff (diff)
parenta88da67bcbf8b87af613751796998538afb26be0 (diff)
downloadcpython-832ebeb9d4910f15130e4e337204f18b0ed7b37b.zip
cpython-832ebeb9d4910f15130e4e337204f18b0ed7b37b.tar.gz
cpython-832ebeb9d4910f15130e4e337204f18b0ed7b37b.tar.bz2
Merge #11578 test from 3.2.
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 530fd0e..1b838a8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -236,6 +236,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