From: Éric Araujo Date: Fri, 26 Aug 2011 14:38:40 +0000 (+0200) Subject: Remove outdated pointer to optparse (fixes #11360). X-Git-Tag: v3.2.3rc1~613 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=be573e7d17ecbcde3225f4d23be7d6fbab3d5f14;p=thirdparty%2FPython%2Fcpython.git 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 bcfc4b59c478..b6ab3df02286 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: