From: Éric Araujo Date: Tue, 1 Mar 2011 18:26:56 +0000 (+0000) Subject: Remove outdated pointer to optparse (fixes #11360). X-Git-Tag: v3.3.0a1~3023 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c613b6bce165170f8e761a3c92f7c2e1b9a6f268;p=python Remove outdated pointer to optparse (fixes #11360). The doc already points to argparse. --- diff --git a/Doc/library/getopt.rst b/Doc/library/getopt.rst index bcfc4b59c4..b6ab3df022 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: