diff options
author | Guido van Rossum <guido@python.org> | 2002-12-02 15:49:13 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2002-12-02 15:49:13 +0000 |
commit | f6fc54dccf0fcd277aea983080f04fe24e0d71d8 (patch) | |
tree | cb73a4d4616571717d7b244083694749e09f0ac5 /README | |
parent | 18dadb0f52ede191db0a28de7b54eca2b5e07734 (diff) | |
download | cpython-f6fc54dccf0fcd277aea983080f04fe24e0d71d8.tar.gz |
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, |