Ian Bicking's suggested rewording.

This commit is contained in:
Steven Bethard 2009-12-14 18:43:04 +00:00
parent af0f8257b5
commit fc33fddc5a
1 changed files with 2 additions and 2 deletions

View File

@ -142,8 +142,8 @@ deprecation strategy will be followed:
* Python 2.7+ and 3.2+ -- The following note will be added to the
optparse documentation:
The optparse module is deprecated, and has been replaced by the
argparse module.
The optparse module is deprecated and will not be developed
further; development will continue with the argparse module.
* Python 2.7+ -- If the Python 3 compatibility flag, ``-3``, is
provided at the command line, then importing optparse will issue a