From 675e994a2e400c747fbe2371f3281a7e2b729803 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 20 Sep 1999 13:28:18 +0000 Subject: Added comment with web location of bsddb windows port. --- Modules/bsddbmodule.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Modules/bsddbmodule.c b/Modules/bsddbmodule.c index ef20624..514159f 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 -- cgit v0.12