]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add Optik news.
authorGuido van Rossum <guido@python.org>
Fri, 15 Nov 2002 13:19:58 +0000 (13:19 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 15 Nov 2002 13:19:58 +0000 (13:19 +0000)
Misc/NEWS

index 7a6b78096070082ecabe0f711fbab5ed5edc7175..3c65e36d3dc9734f29d8c68427ce19fa3b36fc42 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -381,6 +381,10 @@ Extension modules
 Library
 -------
 
+- 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.
   This greatly simplifies writing classes that need to be substitutable