[Python-checkins] python/dist/src/Misc NEWS,1.831.4.44,1.831.4.45
rhettinger at users.sourceforge.net
rhettinger at users.sourceforge.net
Tue Sep 16 17:42:15 EDT 2003
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv1770/Misc
Modified Files:
Tag: release23-maint
NEWS
Log Message:
Fix documentation bugs.
Add support for iterators and other mapping methods.
Convert tests to unittest format and expand their coverage.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.831.4.44
retrieving revision 1.831.4.45
diff -C2 -d -r1.831.4.44 -r1.831.4.45
*** NEWS 16 Sep 2003 20:30:01 -0000 1.831.4.44
--- NEWS 16 Sep 2003 21:42:12 -0000 1.831.4.45
***************
*** 60,63 ****
--- 60,66 ----
-------
+ - The bsddb module and dbhash module now support the iterator and
+ mapping protocols.
+
- Bug #711632: Reset all state members in HTMLParser.reset.
More information about the Python-checkins
mailing list