diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-05-10 22:45:07 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-05-10 22:45:07 (GMT) |
commit | 27508d4eb98fba5e092a742fc241760b5f796985 (patch) | |
tree | bf66a8d90d8120ce18999e4fdb6bd40c70b4f3f7 /Doc/library | |
parent | 2bca21223900bb8cc24177ad593611e8b317d2bf (diff) | |
download | cpython-27508d4eb98fba5e092a742fc241760b5f796985.zip cpython-27508d4eb98fba5e092a742fc241760b5f796985.tar.gz cpython-27508d4eb98fba5e092a742fc241760b5f796985.tar.bz2 |
Deprecate ihooks for removal in 3.0.
Diffstat (limited to 'Doc/library')
-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 856cf86..deff5e2 100644 --- a/Doc/library/undoc.rst +++ b/Doc/library/undoc.rst @@ -21,6 +21,8 @@ Some of these are very old and/or not very robust; marked with "hmm." :mod:`ihooks` --- Import hook support (for :mod:`rexec`; may become obsolete). + + .. warning:: The ihooks module has been removed in Python 3.0. Platform specific modules |