summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-10-11 12:47:11 (GMT)
committerGeorg Brandl <georg@python.org>2014-10-11 12:47:11 (GMT)
commitdbf834440423ce1e52c6175071fcb7538eab75f9 (patch)
tree41c9e0d2b02e1c10f9fe7686acab182a1b15e2cf /Doc
parente8ea355b728fa2ae3fa060eeea477ebfa159a5f5 (diff)
downloadcpython-dbf834440423ce1e52c6175071fcb7538eab75f9.zip
cpython-dbf834440423ce1e52c6175071fcb7538eab75f9.tar.gz
cpython-dbf834440423ce1e52c6175071fcb7538eab75f9.tar.bz2
Closes #18959: move optparse and imp to new "superseded modules" chapter
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/allos.rst1
-rw-r--r--Doc/library/index.rst1
-rw-r--r--Doc/library/modules.rst1
-rw-r--r--Doc/library/superseded.rst14
4 files changed, 15 insertions, 2 deletions
diff --git a/Doc/library/allos.rst b/Doc/library/allos.rst
index bf91717..f7105d8 100644
--- a/Doc/library/allos.rst
+++ b/Doc/library/allos.rst
@@ -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
diff --git a/Doc/library/index.rst b/Doc/library/index.rst
index 81289a5..277feb1 100644
--- a/Doc/library/index.rst
+++ b/Doc/library/index.rst
@@ -73,4 +73,5 @@ the `Python Package Index <http://pypi.python.org/pypi>`_.
misc.rst
windows.rst
unix.rst
+ superseded.rst
undoc.rst
diff --git a/Doc/library/modules.rst b/Doc/library/modules.rst
index d89ef10..6b2a40a 100644
--- a/Doc/library/modules.rst
+++ b/Doc/library/modules.rst
@@ -12,7 +12,6 @@ The full list of modules described in this chapter is:
.. toctree::
- imp.rst
zipimport.rst
pkgutil.rst
modulefinder.rst
diff --git a/Doc/library/superseded.rst b/Doc/library/superseded.rst
new file mode 100644
index 0000000..50a5983
--- /dev/null
+++ b/Doc/library/superseded.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