Remove outdated pointer to optparse (fixes #11360).

The doc already points to argparse.
This commit is contained in:
Éric Araujo 2011-08-26 16:38:40 +02:00
parent 2f24fda195
commit be573e7d17

View File

@ -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 options similar to those supported by GNU software may be used as well via an
optional third argument. optional third argument.
A more convenient, flexible, and powerful alternative is the
:mod:`optparse` module.
This module provides two functions and an This module provides two functions and an
exception: exception: