summaryrefslogtreecommitdiffstats
path: root/Doc/library/modules.rst
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2009-01-20 02:21:27 (GMT)
committerBrett Cannon <bcannon@gmail.com>2009-01-20 02:21:27 (GMT)
commitafccd63ac9541630953cd4e59a421696d3869311 (patch)
tree35229a6a1a7b3836c50f660fed3df2a8f40e14e5 /Doc/library/modules.rst
parentdf50106408d525a8e7022b6545ecbd0c13ce8740 (diff)
downloadcpython-afccd63ac9541630953cd4e59a421696d3869311.zip
cpython-afccd63ac9541630953cd4e59a421696d3869311.tar.gz
cpython-afccd63ac9541630953cd4e59a421696d3869311.tar.bz2
Document the (very small) public API for importlib. As time goes on and some
key refactorings occur more of the API will be exposed and documented.
Diffstat (limited to 'Doc/library/modules.rst')
-rw-r--r--Doc/library/modules.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/modules.rst b/Doc/library/modules.rst
index 2590a3a..24307d5 100644
--- a/Doc/library/modules.rst
+++ b/Doc/library/modules.rst
@@ -18,3 +18,4 @@ The full list of modules described in this chapter is:
pkgutil.rst
modulefinder.rst
runpy.rst
+ importlib.rst