summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 141cba8..2e36fc0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -64,6 +64,10 @@ Core and builtins
Extension modules
+- The bsddb.*open functions can now take 'None' as a filename.
+ This will create a temporary in-memory bsddb that won't be
+ written to disk.
+
- posix.mknod was added.
- The locale module now exposes the C library's gettext interface.