diff options
| author | Steven Bethard <steven.bethard@gmail.com> | 2010-05-24 03:21:08 +0000 |
|---|---|---|
| committer | Steven Bethard <steven.bethard@gmail.com> | 2010-05-24 03:21:08 +0000 |
| commit | 5971096472441fffb05aa71900baafe1ecf599ea (patch) | |
| tree | dc4195a17ad1b4006d5fb4263140094aad127884 /Doc/library/optparse.rst | |
| parent | dc787d2055a7b562b64ca91b8f1af6d49fa39f1c (diff) | |
| download | cpython-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.rst | 6 |
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> |
