diff options
author | Barry Warsaw <barry@python.org> | 2002-12-30 21:03:26 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2002-12-30 21:03:26 (GMT) |
commit | c27f4bd423b39391e2160e29ef122d6ef983c67e (patch) | |
tree | f87da572e365fe55735ff03e322b2eeddbe034fe /Misc | |
parent | 9a0d779c7d39ba5f4666eac7c3f913720198e0f8 (diff) | |
download | cpython-c27f4bd423b39391e2160e29ef122d6ef983c67e.zip cpython-c27f4bd423b39391e2160e29ef122d6ef983c67e.tar.gz cpython-c27f4bd423b39391e2160e29ef122d6ef983c67e.tar.bz2 |
A short note about the versions of BerkeleyDB we now support
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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. |