diff options
author | Guido van Rossum <guido@python.org> | 2002-11-15 13:19:58 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2002-11-15 13:19:58 (GMT) |
commit | 545c2509700f52e0fa8233aa350af444d4f0c8ff (patch) | |
tree | 4a1c8cbed9a9209f9cb012a66cc0ca1267cf46c3 /Misc/NEWS | |
parent | 903bf907234814e70ff925916adfc7850930361b (diff) | |
download | cpython-545c2509700f52e0fa8233aa350af444d4f0c8ff.zip cpython-545c2509700f52e0fa8233aa350af444d4f0c8ff.tar.gz cpython-545c2509700f52e0fa8233aa350af444d4f0c8ff.tar.bz2 |
Add Optik news.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |