diff options
author | Brett Cannon <bcannon@gmail.com> | 2009-01-20 02:21:27 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2009-01-20 02:21:27 (GMT) |
commit | afccd63ac9541630953cd4e59a421696d3869311 (patch) | |
tree | 35229a6a1a7b3836c50f660fed3df2a8f40e14e5 /Doc/library/modules.rst | |
parent | df50106408d525a8e7022b6545ecbd0c13ce8740 (diff) | |
download | cpython-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.rst | 1 |
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 |