[Python-checkins] python/dist/src/Misc NEWS,1.574,1.575

bwarsaw@users.sourceforge.net bwarsaw@users.sourceforge.net
Mon, 30 Dec 2002 13:03:32 -0800


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

Modified Files:
	NEWS 
Log Message:
A short note about the versions of BerkeleyDB we now support


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.574
retrieving revision 1.575
diff -C2 -d -r1.574 -r1.575
*** NEWS	30 Dec 2002 20:22:23 -0000	1.574
--- NEWS	30 Dec 2002 21:03:26 -0000	1.575
***************
*** 355,362 ****
    or Tkinter.wantobjects.
  
! - The PyBSDDB wrapper around the Sleepycat Berkeley 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.
  
  - unicodedata was updated to Unicode 3.2. It supports normalization
--- 355,363 ----
    or Tkinter.wantobjects.
  
! - The PyBSDDB wrapper around the Sleepycat Berkeley 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.  This supports Berkeley DB versions from
!   3.0 to 4.1.
  
  - unicodedata was updated to Unicode 3.2. It supports normalization