Kaydet (Commit) bd474420 authored tarafından Brett Cannon's avatar Brett Cannon

The ihooks module has been removed.

üst 4fabdc7a
......@@ -22,8 +22,7 @@ are always available. They are listed here in alphabetical order.
The function is invoked by the :keyword:`import` statement. It mainly exists
so that you can replace it with another function that has a compatible
interface, in order to change the semantics of the :keyword:`import`
statement. For examples of why and how you would do this, see the standard
library module :mod:`ihooks`. See also the built-in module :mod:`imp`, which
statement. See also the built-in module :mod:`imp`, which
defines some useful operations out of which you can build your own
:func:`__import__` function.
......
......@@ -14,15 +14,6 @@ Fredrik Lundh; the specific contents of this chapter have been substantially
revised.
Miscellaneous useful utilities
==============================
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).
Platform specific modules
=========================
......
This diff is collapsed.
......@@ -49,7 +49,6 @@ class TestUntestedModules(unittest.TestCase):
import formatter
import getpass
import htmlentitydefs
import ihooks
import imghdr
import keyword
import linecache
......
......@@ -21,6 +21,8 @@ Extension Modules
Library
-------
- The ihooks module has been removed.
- The fpformat module has been removed.
- The dircache module has been removed.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment