Deprecate the timing module for removal in Python 3.0.
diff --git a/Doc/library/undoc.rst b/Doc/library/undoc.rst
index 981b0ce..9875a07 100644
--- a/Doc/library/undoc.rst
+++ b/Doc/library/undoc.rst
@@ -213,6 +213,8 @@
 
 :mod:`timing`
    --- Measure time intervals to high resolution (use :func:`time.clock` instead).
+   
+   .. warning:: The :mod:`timing` module has been removed in Python 3.0.
 
 
 SGI-specific Extension modules