[Python-checkins] python/dist/src/Misc NEWS,1.819,1.820

bwarsaw@users.sourceforge.net bwarsaw@users.sourceforge.net
Sun, 20 Jul 2003 11:00:57 -0700


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

Modified Files:
	NEWS 
Log Message:
Minor typo


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.819
retrieving revision 1.820
diff -C2 -d -r1.819 -r1.820
*** NEWS	18 Jul 2003 20:57:04 -0000	1.819
--- NEWS	20 Jul 2003 18:00:54 -0000	1.820
***************
*** 65,70 ****
  
    The DB and DBEnv set_get_returns_none function was extended to take
!   a level instead of a boolean flag.  The new level 2 mans return None
!   instead of raising an exception.  This applies to set methods.
  
    A typo was fixed in DBCursor.join_item(), preventing a crash.
--- 65,71 ----
  
    The DB and DBEnv set_get_returns_none function was extended to take
!   a level instead of a boolean flag.  The new level 2 means that in
!   addition, cursor.set()/.get() methods return None instead of raising
!   an exception.
  
    A typo was fixed in DBCursor.join_item(), preventing a crash.