[Python-checkins] python/dist/src/Lib dumbdbm.py,1.26,1.27

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/Lib
In directory sc8-pr-cvs1:/tmp/cvs-serv20913/Lib

Modified Files:
	dumbdbm.py 
Log Message:
Repaired typos in comments.


Index: dumbdbm.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/dumbdbm.py,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** dumbdbm.py	13 Jul 2003 02:22:03 -0000	1.26
--- dumbdbm.py	13 Jul 2003 02:37:05 -0000	1.27
***************
*** 40,44 ****
      # and if that occurs at program shutdown time, module globals may
      # already have gotten rebound to None.  Since it's crucial that
!     # _commit() finish sucessfully, we can't ignore shutdown races
      # here, and _commit() must not reference any globals.
      _os = _os       # for _commit()
--- 40,44 ----
      # and if that occurs at program shutdown time, module globals may
      # already have gotten rebound to None.  Since it's crucial that
!     # _commit() finish successfully, we can't ignore shutdown races
      # here, and _commit() must not reference any globals.
      _os = _os       # for _commit()