mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
More source links
This commit is contained in:
parent
1a90f9c52f
commit
469271d4ea
45 changed files with 161 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue