From: Martin v. Löwis Date: Tue, 19 Nov 2002 08:12:57 +0000 (+0000) Subject: Document PyBSDDB import. X-Git-Tag: v2.3c1~3364 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ef546b347d8e2ca87d8a518361f017efdc0725a8;p=thirdparty%2FPython%2Fcpython.git Document PyBSDDB import. --- diff --git a/Misc/NEWS b/Misc/NEWS index e1df18efc0e9..3129276d9cba 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