mirror of https://github.com/python/cpython
Remove outdated pointer to optparse (fixes #11360).
The doc already points to argparse.
This commit is contained in:
parent
4605a00207
commit
c613b6bce1
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue