[Python-checkins] cpython (2.7): Remove outdated pointer to optparse (fixes #11360).

eric.araujo python-checkins at python.org
Fri Aug 26 16:42:01 CEST 2011


http://hg.python.org/cpython/rev/6d3c645fa52f
changeset:   72098:6d3c645fa52f
branch:      2.7
parent:      72095:6e6d12736b3b
user:        Éric Araujo <merwok at netwok.org>
date:        Fri Aug 26 16:38:40 2011 +0200
summary:
  Remove outdated pointer to optparse (fixes #11360).

The doc already points to argparse.

files:
  Doc/library/getopt.rst |  3 ---
  1 files changed, 0 insertions(+), 3 deletions(-)


diff --git a/Doc/library/getopt.rst b/Doc/library/getopt.rst
--- a/Doc/library/getopt.rst
+++ b/Doc/library/getopt.rst
@@ -22,9 +22,6 @@
 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:
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list