]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added comment with web location of bsddb windows port.
authorGuido van Rossum <guido@python.org>
Mon, 20 Sep 1999 13:28:18 +0000 (13:28 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 20 Sep 1999 13:28:18 +0000 (13:28 +0000)
Modules/bsddbmodule.c

index ef20624281477a62f14979ac1bacd1f576039df3..514159faed0dce67fddde13f6268b83c19d1d2eb 100644 (file)
@@ -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