Remove outdated pointer to optparse (fixes #11360).

The doc already points to argparse.
This commit is contained in:
Éric Araujo 2011-03-01 18:26:56 +00:00
parent 4605a00207
commit c613b6bce1
1 changed files with 0 additions and 3 deletions

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
optional third argument.
A more convenient, flexible, and powerful alternative is the
:mod:`optparse` module.
This module provides two functions and an
exception: