[Python-checkins] python/dist/src/Misc NEWS,1.527,1.528

loewis@users.sourceforge.net loewis@users.sourceforge.net
Tue, 19 Nov 2002 00:12:59 -0800


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv25969/Misc

Modified Files:
	NEWS 
Log Message:
Document PyBSDDB import.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.527
retrieving revision 1.528
diff -C2 -d -r1.527 -r1.528
*** NEWS	18 Nov 2002 16:27:16 -0000	1.527
--- NEWS	19 Nov 2002 08:12:57 -0000	1.528
***************
*** 303,306 ****
--- 303,311 ----
  -----------------
  
+ - The PyBSDDB wrapper around the Sleepycat Berkely DB library has been
+   added as the package bsddb. The traditional bsddb module is still
+   available in source code, but not built automatically anymore, and
+   is now named bsddb185.
+ 
  - resource.getrlimit() now returns longs instead of ints.