[Python-checkins] r88696 - python/branches/py3k/Doc/library/getopt.rst

eric.araujo python-checkins at python.org
Tue Mar 1 19:26:57 CET 2011


Author: eric.araujo
Date: Tue Mar  1 19:26:56 2011
New Revision: 88696

Log:
Remove outdated pointer to optparse (fixes #11360).

The doc already points to argparse.


Modified:
   python/branches/py3k/Doc/library/getopt.rst

Modified: python/branches/py3k/Doc/library/getopt.rst
==============================================================================
--- python/branches/py3k/Doc/library/getopt.rst	(original)
+++ python/branches/py3k/Doc/library/getopt.rst	Tue Mar  1 19:26:56 2011
@@ -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:
 


More information about the Python-checkins mailing list