diff options
author | Georg Brandl <georg@python.org> | 2014-10-11 12:47:11 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-10-11 12:47:11 (GMT) |
commit | dbf834440423ce1e52c6175071fcb7538eab75f9 (patch) | |
tree | 41c9e0d2b02e1c10f9fe7686acab182a1b15e2cf /Doc/library/modules.rst | |
parent | e8ea355b728fa2ae3fa060eeea477ebfa159a5f5 (diff) | |
download | cpython-dbf834440423ce1e52c6175071fcb7538eab75f9.zip cpython-dbf834440423ce1e52c6175071fcb7538eab75f9.tar.gz cpython-dbf834440423ce1e52c6175071fcb7538eab75f9.tar.bz2 |
Closes #18959: move optparse and imp to new "superseded modules" chapter
Diffstat (limited to 'Doc/library/modules.rst')
-rw-r--r-- | Doc/library/modules.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/library/modules.rst b/Doc/library/modules.rst index d89ef10..6b2a40a 100644 --- a/Doc/library/modules.rst +++ b/Doc/library/modules.rst @@ -12,7 +12,6 @@ The full list of modules described in this chapter is: .. toctree:: - imp.rst zipimport.rst pkgutil.rst modulefinder.rst |