Ian Bicking's suggested rewording.
This commit is contained in:
parent
af0f8257b5
commit
fc33fddc5a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue