[Python-checkins] python/dist/src/Lib asyncore.py,1.39,1.40

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Thu, 13 Feb 2003 17:13:04 -0800


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

Modified Files:
	asyncore.py 
Log Message:
Fix comment typo

Index: asyncore.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/asyncore.py,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -d -r1.39 -r1.40
*** asyncore.py	26 Dec 2002 18:22:54 -0000	1.39
--- asyncore.py	14 Feb 2003 01:13:01 -0000	1.40
***************
*** 362,366 ****
          return getattr(self.socket, attr)
  
!     # log and log_info maybe overriden to provide more sophisitcated
      # logging and warning methods. In general, log is for 'hit' logging
      # and 'log_info' is for informational, warning and error logging.
--- 362,366 ----
          return getattr(self.socket, attr)
  
!     # log and log_info may be overridden to provide more sophisticated
      # logging and warning methods. In general, log is for 'hit' logging
      # and 'log_info' is for informational, warning and error logging.