Deprecate the timing module for removal in Python 3.0.
diff --git a/Misc/NEWS b/Misc/NEWS
index 4065c8b..0647833 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -26,6 +26,8 @@
 Library
 -------
 
+- The timing module has been deprecated for removal in Python 3.0.
+
 - The sv module has been deprecated for removal in Python 3.0.
 
 - The multifile module has been deprecated as per PEP 4.