[Python-checkins] python/dist/src/Misc NEWS,1.810,1.811

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Sat, 12 Jul 2003 19:37:07 -0700


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

Modified Files:
	NEWS 
Log Message:
Repaired typos in comments.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.810
retrieving revision 1.811
diff -C2 -d -r1.810 -r1.811
*** NEWS	13 Jul 2003 02:22:03 -0000	1.810
--- NEWS	13 Jul 2003 02:37:05 -0000	1.811
***************
*** 43,47 ****
    states.  dumbdbm.py's _Database.__del__() method attempted to close
    the database properly, but a shutdown race in _Database._commit()
!   could prevent this form working, so that a program trusting __del__()
    to get the on-disk files in synch could be badly surprised.  The race
    has been repaired.
--- 43,47 ----
    states.  dumbdbm.py's _Database.__del__() method attempted to close
    the database properly, but a shutdown race in _Database._commit()
!   could prevent this from working, so that a program trusting __del__()
    to get the on-disk files in synch could be badly surprised.  The race
    has been repaired.