summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-11-19 08:12:57 +0000
committerMartin v. Löwis <martin@v.loewis.de>2002-11-19 08:12:57 +0000
commitef546b347d8e2ca87d8a518361f017efdc0725a8 (patch)
tree368261677898d8db900d468ec8ebd0286aabff3e /Misc
parent6aa4a1f29ca575e25fc595857b2a5168a02c9780 (diff)
downloadcpython-git-ef546b347d8e2ca87d8a518361f017efdc0725a8.tar.gz
Document PyBSDDB import.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e1df18efc0..3129276d9c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -302,6 +302,11 @@ Core and builtins
Extension modules
-----------------
+- The PyBSDDB wrapper around the Sleepycat Berkely DB library has been
+ added as the package bsddb. The traditional bsddb module is still
+ available in source code, but not built automatically anymore, and
+ is now named bsddb185.
+
- resource.getrlimit() now returns longs instead of ints.
- readline now dynamically adjusts its input/output stream if