Fix a few scoping issues with versionadded/versionchanged directives.

This commit is contained in:
Georg Brandl 2014-03-24 09:06:18 +01:00
parent 645d3b7655
commit df48b97855
12 changed files with 38 additions and 32 deletions

View file

@ -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`