[Python-checkins] python/dist/src/Lib asyncore.py,1.36,1.37

theller@users.sourceforge.net theller@users.sourceforge.net
2002年9月26日 06:19:50 -0700


Update of /cvsroot/python/python/dist/src/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv686
Modified Files:
	asyncore.py 
Log Message:
Again, I did check in too many changes. Sorry.
Index: asyncore.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/asyncore.py,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** asyncore.py	24 Sep 2002 17:30:31 -0000	1.36
--- asyncore.py	26 Sep 2002 13:19:48 -0000	1.37
***************
*** 108,112 ****
 r, w, e = select.select(r, w, e, timeout)
 except select.error, err:
! if err[0] not in (EINTR, ENOENT):
 raise
 
--- 108,112 ----
 r, w, e = select.select(r, w, e, timeout)
 except select.error, err:
! if err[0] != EINTR:
 raise
 

AltStyle によって変換されたページ (->オリジナル) /