More source links

This commit is contained in:
Raymond Hettinger 2011-01-27 20:38:46 +00:00
parent 1a90f9c52f
commit 469271d4ea
45 changed files with 161 additions and 7 deletions

View file

@ -4,14 +4,16 @@
.. module:: optparse
:synopsis: Command-line option parsing library.
:deprecated:
.. deprecated:: 2.7
The :mod:`optparse` module is deprecated and will not be developed further;
development will continue with the :mod:`argparse` module.
.. moduleauthor:: Greg Ward <gward@python.net>
.. sectionauthor:: Greg Ward <gward@python.net>
**Source code:** :source:`Lib/optparse.py`
--------------
.. deprecated:: 2.7
The :mod:`optparse` module is deprecated and will not be developed further;
development will continue with the :mod:`argparse` module.
:mod:`optparse` is a more convenient, flexible, and powerful library for parsing
command-line options than the old :mod:`getopt` module. :mod:`optparse` uses a