[Python-checkins] python/dist/src/Doc/whatsnew whatsnew23.tex,1.69,1.70

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Tue, 19 Nov 2002 05:05:36 -0800


Update of /cvsroot/python/python/dist/src/Doc/whatsnew
In directory sc8-pr-cvs1:/tmp/cvs-serv11908

Modified Files:
	whatsnew23.tex 
Log Message:
Add PyBSDDB update

Index: whatsnew23.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew23.tex,v
retrieving revision 1.69
retrieving revision 1.70
diff -C2 -d -r1.69 -r1.70
*** whatsnew23.tex	15 Nov 2002 14:37:10 -0000	1.69
--- whatsnew23.tex	19 Nov 2002 13:05:33 -0000	1.70
***************
*** 12,17 ****
  
  % MacOS framework-related changes (section of its own, probably)
- %
- % xreadlines obsolete; files are their own iterator
  
  %\section{Introduction \label{intro}}
--- 12,15 ----
***************
*** 1021,1024 ****
--- 1019,1033 ----
  (Contributed by Jason Orendorff.)
  
+ \item The \module{bsddb} module has been updated to version 3.4.0 
+ of the \ulink{PyBSDDB}{http://pybsddb.sourceforge.net} package,
+ providing a more complete interface to the transactional features of
+ the BerkeleyDB library.
+ The old version of the module has been renamed to 
+ \module{bsddb185} and is no longer built automatically; you'll 
+ have to edit \file{Modules/Setup} to enable it.  Note that the new
+ \module{bsddb} package is intended to be compatible with the 
+ old module, so be sure to file bugs if you discover any
+ incompatibilities.
+  
  \item The Distutils \class{Extension} class now supports
  an extra constructor argument named \var{depends} for listing
***************
*** 1330,1333 ****
--- 1339,1343 ----
  $ 
  \end{verbatim}
+ % $ prevent Emacs tex-mode from getting confused
  
  Optik was written by Greg Ward, with suggestions from the readers of