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 5cf8d72..6f9855c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -35,6 +35,10 @@ Extension modules
Library
-------
+- 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.