diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/undoc.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/undoc.rst b/Doc/library/undoc.rst index 981b0ce0cd..9875a071ff 100644 --- a/Doc/library/undoc.rst +++ b/Doc/library/undoc.rst @@ -213,6 +213,8 @@ extensions. :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 |