diff options
author | Éric Araujo <merwok@netwok.org> | 2011-08-26 14:38:40 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-08-26 14:38:40 (GMT) |
commit | 217607ecde2f23f513aab3cdf7b99abf0fa6e415 (patch) | |
tree | 0520f55b542b5346a29af1f7a5e0eecb514f9450 /Doc | |
parent | 72dde45dc62320a9c02725b81d62f6961073346e (diff) | |
download | cpython-217607ecde2f23f513aab3cdf7b99abf0fa6e415.zip cpython-217607ecde2f23f513aab3cdf7b99abf0fa6e415.tar.gz cpython-217607ecde2f23f513aab3cdf7b99abf0fa6e415.tar.bz2 |
Remove outdated pointer to optparse (fixes #11360).
The doc already points to argparse.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/getopt.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/library/getopt.rst b/Doc/library/getopt.rst index bcfc4b5..b6ab3df 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: |