Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dbf8344

Browse files
committed
Closes #18959: move optparse and imp to new "superseded modules" chapter
1 parent e8ea355 commit dbf8344

4 files changed

Lines changed: 15 additions & 2 deletions

File tree

Doc/library/allos.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ but they are available on most other systems as well. Here's an overview:
1616
io.rst
1717
time.rst
1818
argparse.rst
19-
optparse.rst
2019
getopt.rst
2120
logging.rst
2221
logging.config.rst

Doc/library/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,5 @@ the `Python Package Index <http://pypi.python.org/pypi>`_.
7373
misc.rst
7474
windows.rst
7575
unix.rst
76+
superseded.rst
7677
undoc.rst

Doc/library/modules.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ The full list of modules described in this chapter is:
1212

1313
.. toctree::
1414

15-
imp.rst
1615
zipimport.rst
1716
pkgutil.rst
1817
modulefinder.rst

Doc/library/superseded.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
.. _superseded:
2+
3+
******************
4+
Superseded Modules
5+
******************
6+
7+
The modules described in this chapter are deprecated and only kept for
8+
backwards compatibility. They have been superseded by other modules.
9+
10+
11+
.. toctree::
12+
13+
optparse.rst
14+
imp.rst

0 commit comments

Comments
 (0)