Added comment with web location of bsddb windows port.
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 @@
    - 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