]> granicus.if.org Git - python/commitdiff
Remove outdated pointer to optparse (fixes #11360).
authorÉric Araujo <merwok@netwok.org>
Fri, 26 Aug 2011 14:38:40 +0000 (16:38 +0200)
committerÉric Araujo <merwok@netwok.org>
Fri, 26 Aug 2011 14:38:40 +0000 (16:38 +0200)
The doc already points to argparse.

Doc/library/getopt.rst

index bcfc4b59c4783204f2c60b29a33251a3938e8c5c..b6ab3df02286905c45e22956c73d09923baea53b 100644 (file)
@@ -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: