From: Skip Montanaro Date: Tue, 6 May 2003 20:42:37 +0000 (+0000) Subject: add note about bsddb185 module X-Git-Tag: v2.3c1~829 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c044d8ca4c42058d6f9f57f34c5292af1a29bbf;p=python add note about bsddb185 module --- diff --git a/Misc/NEWS b/Misc/NEWS index 3ff9a640fa..9f982dbfbb 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 -------