[Python-checkins] r53248 - peps/trunk/pep-3108.txt

brett.cannon python-checkins at python.org
Thu Jan 4 20:43:28 CET 2007


Author: brett.cannon
Date: Thu Jan  4 20:43:27 2007
New Revision: 53248

Modified:
   peps/trunk/pep-3108.txt
Log:
Add another argument for why getopt should be removed because of a shortcoming
of optparse.


Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Thu Jan  4 20:43:27 2007
@@ -277,6 +277,7 @@
     - getopt is still widely used.
     - optparse does not handle the issue of when people set
       incompatible options very well.
+    - optparse does not allow option arguments to be optional.
 
 * ihooks
 


More information about the Python-checkins mailing list