summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-03-01 18:26:56 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-03-01 18:26:56 (GMT)
commitc613b6bce165170f8e761a3c92f7c2e1b9a6f268 (patch)
tree879168d7e640ebfe41188e786d620f2dd3c7e0bc /Doc
parent4605a00207d26fe065896ad9cd047bbda5e4a9b2 (diff)
downloadcpython-c613b6bce165170f8e761a3c92f7c2e1b9a6f268.zip
cpython-c613b6bce165170f8e761a3c92f7c2e1b9a6f268.tar.gz
cpython-c613b6bce165170f8e761a3c92f7c2e1b9a6f268.tar.bz2
Remove outdated pointer to optparse (fixes #11360).
The doc already points to argparse.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/getopt.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/library/getopt.rst b/Doc/library/getopt.rst
index bcfc4b5..b6ab3df 100644
--- a/Doc/library/getopt.rst
+++ b/Doc/library/getopt.rst
@@ -22,9 +22,6 @@ the special meanings of arguments of the form '``-``' and '``--``'). Long
options similar to those supported by GNU software may be used as well via an
optional third argument.
-A more convenient, flexible, and powerful alternative is the
-:mod:`optparse` module.
-
This module provides two functions and an
exception: