From: Guido van Rossum Date: Fri, 15 Nov 2002 13:19:58 +0000 (+0000) Subject: Add Optik news. X-Git-Tag: v2.3c1~3401 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=545c2509700f52e0fa8233aa350af444d4f0c8ff;p=thirdparty%2FPython%2Fcpython.git Add Optik news. --- diff --git a/Misc/NEWS b/Misc/NEWS index 7a6b78096070..3c65e36d3dc9 100644 --- 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