[Python-checkins] r88696 - python/branches/py3k/Doc/library/getopt.rst (original) (raw)
eric.araujo python-checkins at python.org
Tue Mar 1 19:26:57 CET 2011
- Previous message: [Python-checkins] r88695 - peps/trunk/pep-0385.txt
- Next message: [Python-checkins] devguide (hg_transition): Rename page to "Committing and Pushing Changes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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:
- Previous message: [Python-checkins] r88695 - peps/trunk/pep-0385.txt
- Next message: [Python-checkins] devguide (hg_transition): Rename page to "Committing and Pushing Changes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]