[Python-checkins] python/dist/src/Misc NEWS,1.523,1.524

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Fri, 15 Nov 2002 05:20:02 -0800


Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv26168

Modified Files:
	NEWS 
Log Message:
Add Optik news.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.523
retrieving revision 1.524
diff -C2 -d -r1.523 -r1.524
*** NEWS	15 Nov 2002 06:46:12 -0000	1.523
--- NEWS	15 Nov 2002 13:19:58 -0000	1.524
***************
*** 382,385 ****
--- 382,389 ----
  -------
  
+ - A new module, optparse, provides a fancy alternative to getopt for
+   command line parsing.  It is slightly modified version of Greg
+   Ward's Optik package.
+ 
  - UserDict.py now defines a DictMixin class which defines all dictionary
    methods for classes that already have a minimum mapping interface.