[Python-checkins] python/dist/src/Doc/lib liblogging.tex,1.12,1.13

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Mon Sep 1 16:50:54 EDT 2003


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv19933

Modified Files:
	liblogging.tex 
Log Message:
SF patch #791153:  inconsistency with implementation(logging)
(Contributed by George Yoshida.)



Index: liblogging.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/liblogging.tex,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** liblogging.tex	8 Jul 2003 16:26:34 -0000	1.12
--- liblogging.tex	1 Sep 2003 22:50:52 -0000	1.13
***************
*** 367,371 ****
  Initializes the \class{Handler} instance by setting its level, setting
  the list of filters to the empty list and creating a lock (using
! \method{getLock()}) for serializing access to an I/O mechanism.
  \end{methoddesc}
  
--- 367,371 ----
  Initializes the \class{Handler} instance by setting its level, setting
  the list of filters to the empty list and creating a lock (using
! \method{createLock()}) for serializing access to an I/O mechanism.
  \end{methoddesc}
  





More information about the Python-checkins mailing list