Closes #18959: move optparse and imp to new "superseded modules" chapter
This commit is contained in:
parent
e8ea355b72
commit
dbf8344404
|
@ -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
|
||||
|
|
|
@ -73,4 +73,5 @@ the `Python Package Index <http://pypi.python.org/pypi>`_.
|
|||
misc.rst
|
||||
windows.rst
|
||||
unix.rst
|
||||
superseded.rst
|
||||
undoc.rst
|
||||
|
|
|
@ -12,7 +12,6 @@ The full list of modules described in this chapter is:
|
|||
|
||||
.. toctree::
|
||||
|
||||
imp.rst
|
||||
zipimport.rst
|
||||
pkgutil.rst
|
||||
modulefinder.rst
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue