[Python-checkins] python/dist/src/Lib/logging handlers.py,1.7,1.8

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Sat Nov 8 06:40:16 EST 2003


Update of /cvsroot/python/python/dist/src/Lib/logging
In directory sc8-pr-cvs1:/tmp/cvs-serv17883

Modified Files:
	handlers.py 
Log Message:
SF bug #835457:  Small typo in logging documentation 



Index: handlers.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/logging/handlers.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** handlers.py	27 Jun 2003 21:43:39 -0000	1.7
--- handlers.py	8 Nov 2003 11:40:03 -0000	1.8
***************
*** 97,101 ****
  
          Output the record to the file, catering for rollover as described
!         in setRollover().
          """
          if self.maxBytes > 0:                   # are we rolling over?
--- 97,101 ----
  
          Output the record to the file, catering for rollover as described
!         in doRollover().
          """
          if self.maxBytes > 0:                   # are we rolling over?





More information about the Python-checkins mailing list