summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2006-10-06 00:03:45 (GMT)
committerFred Drake <fdrake@acm.org>2006-10-06 00:03:45 (GMT)
commit3c108b0e44f0f59ede60eba00c92e8a494771825 (patch)
tree229f541342cec7e2ff9ac3ebb07bcb7f1b525158 /Doc
parent710513ef83eb7bb407ca43e4e1a35f0ef250515f (diff)
downloadcpython-3c108b0e44f0f59ede60eba00c92e8a494771825.zip
cpython-3c108b0e44f0f59ede60eba00c92e8a494771825.tar.gz
cpython-3c108b0e44f0f59ede60eba00c92e8a494771825.tar.bz2
- update links
- remove Sleepycat name now that they have been bought
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libbsddb.tex14
1 files changed, 8 insertions, 6 deletions
diff --git a/Doc/lib/libbsddb.tex b/Doc/lib/libbsddb.tex
index 44b9168..48a8e12 100644
--- a/Doc/lib/libbsddb.tex
+++ b/Doc/lib/libbsddb.tex
@@ -19,15 +19,17 @@ The \module{bsddb} module requires a Berkeley DB library version from
3.3 thru 4.4.
\begin{seealso}
- \seeurl{http://pybsddb.sourceforge.net/}{The website with documentation
- for the \module{bsddb.db} python Berkeley DB interface that closely mirrors
- the Sleepycat object oriented interface provided in Berkeley DB 3 and 4.}
- \seeurl{http://www.sleepycat.com/}{Sleepycat Software produces the
- Berkeley DB library.}
+ \seeurl{http://pybsddb.sourceforge.net/}
+ {The website with documentation for the \module{bsddb.db}
+ Python Berkeley DB interface that closely mirrors the object
+ oriented interface provided in Berkeley DB 3 and 4.}
+
+ \seeurl{http://www.oracle.com/database/berkeley-db/}
+ {The Berkeley DB library.}
\end{seealso}
A more modern DB, DBEnv and DBSequence object interface is available in the
-\module{bsddb.db} module which closely matches the Sleepycat Berkeley DB C API
+\module{bsddb.db} module which closely matches the Berkeley DB C API
documented at the above URLs. Additional features provided by the
\module{bsddb.db} API include fine tuning, transactions, logging, and
multiprocess concurrent database access.