diff -r 12bf7fc1ba76 Doc/library/allos.rst --- a/Doc/library/allos.rst Tue Oct 22 20:03:47 2013 +0100 +++ b/Doc/library/allos.rst Thu Oct 24 19:09:43 2013 +0300 @@ -16,7 +16,6 @@ io.rst time.rst argparse.rst - optparse.rst getopt.rst logging.rst logging.config.rst diff -r 12bf7fc1ba76 Doc/library/index.rst --- a/Doc/library/index.rst Tue Oct 22 20:03:47 2013 +0100 +++ b/Doc/library/index.rst Thu Oct 24 19:09:43 2013 +0300 @@ -72,4 +72,5 @@ misc.rst windows.rst unix.rst + superseded.rst undoc.rst diff -r 12bf7fc1ba76 Doc/library/modules.rst --- a/Doc/library/modules.rst Tue Oct 22 20:03:47 2013 +0100 +++ b/Doc/library/modules.rst Thu Oct 24 19:09:43 2013 +0300 @@ -12,7 +12,6 @@ .. toctree:: - imp.rst zipimport.rst pkgutil.rst modulefinder.rst diff -r 12bf7fc1ba76 Doc/library/superseded.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Doc/library/superseded.rst Thu Oct 24 19:09:43 2013 +0300 @@ -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