summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3ff9a64..9f982db 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,10 @@ Extension modules
- itertools.islice() now accepts stop=None as documented.
Fixes SF bug #730685.
+- the bsddb185 module is built in one restricted instance -
+ /usr/include/db.h exists and defines HASHVERSION to be 2. This is true
+ for many BSD-derived systems.
+
Library
-------