summaryrefslogtreecommitdiffstats
path: root/Modules/bsddbmodule.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1999-09-20 13:28:18 (GMT)
committerGuido van Rossum <guido@python.org>1999-09-20 13:28:18 (GMT)
commit675e994a2e400c747fbe2371f3281a7e2b729803 (patch)
tree5476ac8d0004ca3ce6ee3484be2a6fc1ac355fdb /Modules/bsddbmodule.c
parentea7364c7cd989b78767efff2720b0e17db6eeb0b (diff)
downloadcpython-675e994a2e400c747fbe2371f3281a7e2b729803.zip
cpython-675e994a2e400c747fbe2371f3281a7e2b729803.tar.gz
cpython-675e994a2e400c747fbe2371f3281a7e2b729803.tar.bz2
Added comment with web location of bsddb windows port.
Diffstat (limited to 'Modules/bsddbmodule.c')
-rw-r--r--Modules/bsddbmodule.c5
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