summaryrefslogtreecommitdiff
path: root/Doc/library/optparse.rst
diff options
context:
space:
mode:
authorSteven Bethard <steven.bethard@gmail.com>2010-05-24 03:21:08 +0000
committerSteven Bethard <steven.bethard@gmail.com>2010-05-24 03:21:08 +0000
commit5971096472441fffb05aa71900baafe1ecf599ea (patch)
treedc4195a17ad1b4006d5fb4263140094aad127884 /Doc/library/optparse.rst
parentdc787d2055a7b562b64ca91b8f1af6d49fa39f1c (diff)
downloadcpython-git-5971096472441fffb05aa71900baafe1ecf599ea.tar.gz
Merged revisions 81490 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81490 | steven.bethard | 2010-05-23 19:38:00 -0700 (Sun, 23 May 2010) | 1 line argparse documentation updates (including updates to optparse and getopt documentation that were promised in the PEP) ........
Diffstat (limited to 'Doc/library/optparse.rst')
-rw-r--r--Doc/library/optparse.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/library/optparse.rst b/Doc/library/optparse.rst
index 90c28a0487..37eab3768e 100644
--- a/Doc/library/optparse.rst
+++ b/Doc/library/optparse.rst
@@ -3,6 +3,12 @@
.. 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>