From ef546b347d8e2ca87d8a518361f017efdc0725a8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Tue, 19 Nov 2002 08:12:57 +0000 Subject: [PATCH] Document PyBSDDB import. --- Misc/NEWS | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.40.0