diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-05-08 18:15:14 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-05-08 18:15:14 (GMT) |
commit | 80bb9d92e3fdf671cb4f8ffeaadcaa1dedbe7876 (patch) | |
tree | fb283f3e2052729f7e1380f2b9c49b122d3fec05 /Doc/library/imputil.rst | |
parent | f8105ceec7c9e97dc46bde392f5e1e46ccc02d1a (diff) | |
download | cpython-80bb9d92e3fdf671cb4f8ffeaadcaa1dedbe7876.zip cpython-80bb9d92e3fdf671cb4f8ffeaadcaa1dedbe7876.tar.gz cpython-80bb9d92e3fdf671cb4f8ffeaadcaa1dedbe7876.tar.bz2 |
Deprecate the imputil module for removal in 3.0.
Diffstat (limited to 'Doc/library/imputil.rst')
-rw-r--r-- | Doc/library/imputil.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/imputil.rst b/Doc/library/imputil.rst index 34117fa..f10e83d 100644 --- a/Doc/library/imputil.rst +++ b/Doc/library/imputil.rst @@ -4,6 +4,10 @@ .. module:: imputil :synopsis: Manage and augment the import process. + :deprecated: + +.. deprecated:: 2.6 + The module has been removed in Python 3.0. .. index:: statement: import |