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 | 0f697b300c5f2f579936ca82a00879a0d5a4531f (patch) | |
tree | a2ff814b0fc6bef9f6e7afcc748406d175bc7ab0 /Doc | |
parent | 288ebb446e09466119b1c4d7d5a21080a7d146fe (diff) | |
download | cpython-0f697b300c5f2f579936ca82a00879a0d5a4531f.zip cpython-0f697b300c5f2f579936ca82a00879a0d5a4531f.tar.gz cpython-0f697b300c5f2f579936ca82a00879a0d5a4531f.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 fb6820f..11385ff 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: |