mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Add a few missing source links from 2.7 and harmonize lib docs headers
This commit is contained in:
parent
d001ffe745
commit
19f9b71ffe
7 changed files with 23 additions and 16 deletions
|
@ -7,14 +7,14 @@
|
|||
.. moduleauthor:: Greg Ward <gward@python.net>
|
||||
.. sectionauthor:: Greg Ward <gward@python.net>
|
||||
|
||||
.. deprecated:: 3.2
|
||||
The :mod:`optparse` module is deprecated and will not be developed further;
|
||||
development will continue with the :mod:`argparse` module.
|
||||
|
||||
**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
|
||||
more declarative style of command-line parsing: you create an instance of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue