#11578: add unit tests for timeit module.

Patch by Michael Henry.
diff --git a/Misc/NEWS b/Misc/NEWS
index eeea4ba..781f943 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -126,6 +126,8 @@
 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