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

brett.cannon python-checkins at python.org
Wed Jan 3 21:20:19 CET 2007


Author: brett.cannon
Date: Wed Jan  3 21:20:17 2007
New Revision: 53226

Modified:
   peps/trunk/pep-3108.txt
Log:
Add arguments against removing getopt.


Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Wed Jan  3 21:20:17 2007
@@ -241,6 +241,11 @@
 * getopt
 
   + optparse provides better functionality.
+  + But ...
+
+    - getopt is still widely used.
+    - optparse does not handle the issue of when people set
+      incompatible options very well.
 
 * ihooks
 


More information about the Python-checkins mailing list