[Python-checkins] r76839 - peps/trunk/pep-0389.txt

steven.bethard python-checkins at python.org
Mon Dec 14 19:43:05 CET 2009


Author: steven.bethard
Date: Mon Dec 14 19:43:04 2009
New Revision: 76839

Log:
Ian Bicking's suggested rewording.

Modified:
   peps/trunk/pep-0389.txt

Modified: peps/trunk/pep-0389.txt
==============================================================================
--- peps/trunk/pep-0389.txt	(original)
+++ peps/trunk/pep-0389.txt	Mon Dec 14 19:43:04 2009
@@ -142,8 +142,8 @@
 * 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


More information about the Python-checkins mailing list