Kaydet (Commit) dbf83444 authored tarafından Georg Brandl's avatar Georg Brandl

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

üst e8ea355b
...@@ -16,7 +16,6 @@ but they are available on most other systems as well. Here's an overview: ...@@ -16,7 +16,6 @@ but they are available on most other systems as well. Here's an overview:
io.rst io.rst
time.rst time.rst
argparse.rst argparse.rst
optparse.rst
getopt.rst getopt.rst
logging.rst logging.rst
logging.config.rst logging.config.rst
......
...@@ -73,4 +73,5 @@ the `Python Package Index <http://pypi.python.org/pypi>`_. ...@@ -73,4 +73,5 @@ the `Python Package Index <http://pypi.python.org/pypi>`_.
misc.rst misc.rst
windows.rst windows.rst
unix.rst unix.rst
superseded.rst
undoc.rst undoc.rst
...@@ -12,7 +12,6 @@ The full list of modules described in this chapter is: ...@@ -12,7 +12,6 @@ The full list of modules described in this chapter is:
.. toctree:: .. toctree::
imp.rst
zipimport.rst zipimport.rst
pkgutil.rst pkgutil.rst
modulefinder.rst modulefinder.rst
......
.. _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
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