From: Guido van Rossum Date: Mon, 20 Sep 1999 13:28:18 +0000 (+0000) Subject: Added comment with web location of bsddb windows port. X-Git-Tag: v1.6a1~910 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=675e994a2e400c747fbe2371f3281a7e2b729803;p=thirdparty%2FPython%2Fcpython.git Added comment with web location of bsddb windows port. --- diff --git a/Modules/bsddbmodule.c b/Modules/bsddbmodule.c index ef2062428147..514159faed0d 100644 --- a/Modules/bsddbmodule.c +++ b/Modules/bsddbmodule.c @@ -38,7 +38,10 @@ PERFORMANCE OF THIS SOFTWARE. - provide interface to the B-tree and record libraries too - provide a way to access the various hash functions - support more open flags - */ + + The windows port of the Berkeley DB code is hard to find on the web: + www.nightmare.com/software.html +*/ #include "Python.h" #ifdef WITH_THREAD