diff options
author | R David Murray <rdmurray@bitdance.com> | 2011-03-16 21:33:24 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2011-03-16 21:33:24 (GMT) |
commit | 832ebeb9d4910f15130e4e337204f18b0ed7b37b (patch) | |
tree | 34ecfb902ffbf4ef80c5a7775527183e86ef39c6 /Misc | |
parent | 4b3181804227a5a4148fdf60b6655a989b45a8ff (diff) | |
parent | a88da67bcbf8b87af613751796998538afb26be0 (diff) | |
download | cpython-832ebeb9d4910f15130e4e337204f18b0ed7b37b.zip cpython-832ebeb9d4910f15130e4e337204f18b0ed7b37b.tar.gz cpython-832ebeb9d4910f15130e4e337204f18b0ed7b37b.tar.bz2 |
Merge #11578 test from 3.2.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |