diff --git a/Misc/NEWS b/Misc/NEWS index e1df18efc0e..3129276d9cb 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