[Python-checkins] python/dist/src/Misc NEWS,1.854,1.855

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Fri Sep 12 00:33:39 EDT 2003


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv4051/Misc

Modified Files:
	NEWS 
Log Message:
SF #662923

Add support for the iterator and mapping protocols.
For Py2.3, this was done for shelve, dumbdbm and other mapping objects, but
not for bsddb and dbhash which were inadvertently missed.



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.854
retrieving revision 1.855
diff -C2 -d -r1.854 -r1.855
*** NEWS	10 Sep 2003 19:37:42 -0000	1.854
--- NEWS	12 Sep 2003 06:33:36 -0000	1.855
***************
*** 36,39 ****
--- 36,43 ----
  -------
  
+ - The bsddb module and dbhash module now support the iterator and
+   mapping protocols which make them more substitutable for dictionaries
+   and shelves.
+ 
  - The csv module's DictReader and DictWriter classes now accept keyword
    arguments.  This was an omission in the initial implementation.





More information about the Python-checkins mailing list