]> 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 fb6820fdc88bdb03a02b6103393a03e581fdf376..11385fff251bbe5a2851ac0ca0bf367e82800729 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: