Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 675e994

Browse files
committed
Added comment with web location of bsddb windows port.
1 parent ea7364c commit 675e994

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Modules/bsddbmodule.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@ PERFORMANCE OF THIS SOFTWARE.
3838
- provide interface to the B-tree and record libraries too
3939
- provide a way to access the various hash functions
4040
- support more open flags
41-
*/
41+
42+
The windows port of the Berkeley DB code is hard to find on the web:
43+
www.nightmare.com/software.html
44+
*/
4245

4346
#include "Python.h"
4447
#ifdef WITH_THREAD

0 commit comments

Comments
 (0)