diff options
author | Guido van Rossum <guido@python.org> | 2002-12-02 15:49:13 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2002-12-02 15:49:13 (GMT) |
commit | 62d45c0af9224a00009d96e0fbf1995dc6b12908 (patch) | |
tree | 684447ca5481913e58c88e8178da01490def3ae9 /README | |
parent | 0ed7aa1e031f3194ebb2e7373c492201b8f43bc7 (diff) | |
download | cpython-62d45c0af9224a00009d96e0fbf1995dc6b12908.zip cpython-62d45c0af9224a00009d96e0fbf1995dc6b12908.tar.gz cpython-62d45c0af9224a00009d96e0fbf1995dc6b12908.tar.bz2 |
Add XXX note about Sleepycat's BSDDB.
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -570,6 +570,9 @@ Cygwin: With recent (relative to the time of writing, 2001-12-19) Configuring the bsddb and dbm modules ------------------------------------- +XXX Shouldn't this section be rewritten now that we use Sleepycat's +BSDDB 4.0? + Configuring the bsddb module can sometimes be a bit tricky. This module provides a Python interface to the Berkeley DB library. As of this writing several versions of the underlying library are in common use (versions 1.85, |