From: Barry Warsaw Date: Mon, 30 Dec 2002 21:03:26 +0000 (+0000) Subject: A short note about the versions of BerkeleyDB we now support X-Git-Tag: v2.3c1~2796 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c27f4bd423b39391e2160e29ef122d6ef983c67e;p=thirdparty%2FPython%2Fcpython.git A short note about the versions of BerkeleyDB we now support --- diff --git a/Misc/NEWS b/Misc/NEWS index 774b7afbc3b1..a04cf6ebeebe 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -354,10 +354,11 @@ Extension modules are wrapped. This can be configured through the wantobjects method, or Tkinter.wantobjects. -- The PyBSDDB wrapper around the Sleepycat Berkeley 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. +- The PyBSDDB wrapper around the Sleepycat Berkeley 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. This supports Berkeley DB versions from + 3.0 to 4.1. - unicodedata was updated to Unicode 3.2. It supports normalization and names for Hangul syllables and CJK unified ideographs.