Add Optik news.

This commit is contained in:
Guido van Rossum 2002-11-15 13:19:58 +00:00
parent 903bf90723
commit 545c250970
1 changed files with 4 additions and 0 deletions

View File

@ -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