[Python-checkins] CVS: python/dist/src/Lib asyncore.py,1.10.4.1,1.10.4.2

Anthony Baxter anthonybaxter@users.sourceforge.net
Sat, 22 Dec 2001 17:37:35 -0800


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

Modified Files:
      Tag: release21-maint
	asyncore.py 
Log Message:
darn excess whitespace.


Index: asyncore.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/asyncore.py,v
retrieving revision 1.10.4.1
retrieving revision 1.10.4.2
diff -C2 -d -r1.10.4.1 -r1.10.4.2
*** asyncore.py	2001/12/23 01:26:49	1.10.4.1
--- asyncore.py	2001/12/23 01:37:33	1.10.4.2
***************
*** 83,87 ****
                  raise
  
- 
          if DEBUG:
              print r,w,e
--- 83,86 ----