[Python-checkins] python/nondist/peps pep-0283.txt,1.7,1.8

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Wed, 29 May 2002 20:18:44 -0700


Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv1035

Modified Files:
	pep-0283.txt 
Log Message:
Add Optik.


Index: pep-0283.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0283.txt,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** pep-0283.txt	30 May 2002 00:50:32 -0000	1.7
--- pep-0283.txt	30 May 2002 03:18:42 -0000	1.8
***************
*** 76,79 ****
--- 76,84 ----
        the near future.
  
+     - A new command line option parser.  Greg Ward's Optik
+       (http://optik.sf.net) would fit the bill fine; there's only some
+       question about whether it should be given a less "cutesy" name.
+       See also http://www.python.org/sigs/getopt-sig/
+ 
      - Provide alternatives for common uses of the types module;
        Skip Montanaro has posted a proto-PEP for this idea: