Closes #18959: move optparse and imp to new "superseded modules" chapter

This commit is contained in:
Georg Brandl 2014-10-11 14:47:11 +02:00
parent e8ea355b72
commit dbf8344404
4 changed files with 15 additions and 2 deletions

View File

@ -16,7 +16,6 @@ but they are available on most other systems as well. Here's an overview:
io.rst
time.rst
argparse.rst
optparse.rst
getopt.rst
logging.rst
logging.config.rst

View File

@ -73,4 +73,5 @@ the `Python Package Index <http://pypi.python.org/pypi>`_.
misc.rst
windows.rst
unix.rst
superseded.rst
undoc.rst

View File

@ -12,7 +12,6 @@ The full list of modules described in this chapter is:
.. toctree::
imp.rst
zipimport.rst
pkgutil.rst
modulefinder.rst

View File

@ -0,0 +1,14 @@
.. _superseded:
******************
Superseded Modules
******************
The modules described in this chapter are deprecated and only kept for
backwards compatibility. They have been superseded by other modules.
.. toctree::
optparse.rst
imp.rst