mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Fix a few scoping issues with versionadded/versionchanged directives.
This commit is contained in:
parent
645d3b7655
commit
df48b97855
12 changed files with 38 additions and 32 deletions
|
@ -8,8 +8,8 @@
|
|||
.. 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.
|
||||
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`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue