[Python-checkins] CVS: python/dist/src/Lib asyncore.py,1.16,1.17 compilerlike.py,1.2,1.3

Tim Peters tim_one@users.sourceforge.net
2001年8月20日 14:48:02 -0700


Update of /cvsroot/python/python/dist/src/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv30201
Modified Files:
	asyncore.py compilerlike.py 
Log Message:
Whitespace normalization.
Index: asyncore.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/asyncore.py,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** asyncore.py	2001年08月13日 15:21:55	1.16
--- asyncore.py	2001年08月20日 21:48:00	1.17
***************
*** 55,59 ****
 import os
 from errno import EALREADY, EINPROGRESS, EWOULDBLOCK, ECONNRESET, \
! ENOTCONN, ESHUTDOWN 
 
 try:
--- 55,59 ----
 import os
 from errno import EALREADY, EINPROGRESS, EWOULDBLOCK, ECONNRESET, \
! ENOTCONN, ESHUTDOWN
 
 try:
Index: compilerlike.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/compilerlike.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** compilerlike.py	2001年08月20日 13:16:30	1.2
--- compilerlike.py	2001年08月20日 21:48:00	1.3
***************
*** 45,49 ****
 else:
 for file in arguments:
! if file == '-':		# - is conventional for stdin
 file = "stdin"
 infp = sys.stdin
--- 45,49 ----
 else:
 for file in arguments:
! if file == '-': # - is conventional for stdin
 file = "stdin"
 infp = sys.stdin
***************
*** 78,82 ****
 if line == "":
 break
! elif line:	# None returns are skipped
 outfp.write(translate_line(name, file, line))
 
--- 78,82 ----
 if line == "":
 break
! elif line: # None returns are skipped
 outfp.write(translate_line(name, file, line))
 

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