File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments