]> granicus.if.org Git - python/commitdiff
add note about bsddb185 module
authorSkip Montanaro <skip@pobox.com>
Tue, 6 May 2003 20:42:37 +0000 (20:42 +0000)
committerSkip Montanaro <skip@pobox.com>
Tue, 6 May 2003 20:42:37 +0000 (20:42 +0000)
Misc/NEWS

index 3ff9a640fabd2c34d8ce8579d28345a875e3be71..9f982dbfbbc2fa7eeb4a479f921acce82488bd6b 100644 (file)
--- 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
 -------