diff options
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/bsddbmodule.c | 5 |
1 files changed, 4 insertions, 1 deletions
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 |