[Python-checkins] r52199 - python/branches/release25-maint/Doc/lib/libbsddb.tex

fred.drake python-checkins at python.org
Fri Oct 6 02:03:17 CEST 2006


Author: fred.drake
Date: Fri Oct  6 02:03:17 2006
New Revision: 52199

Modified:
   python/branches/release25-maint/Doc/lib/libbsddb.tex
Log:
- update links
- remove Sleepycat name now that they have been bought


Modified: python/branches/release25-maint/Doc/lib/libbsddb.tex
==============================================================================
--- python/branches/release25-maint/Doc/lib/libbsddb.tex	(original)
+++ python/branches/release25-maint/Doc/lib/libbsddb.tex	Fri Oct  6 02:03:17 2006
@@ -19,15 +19,17 @@
 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.


More information about the Python-checkins mailing list