summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7a6b780..3c65e36 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