[Python-checkins] python/dist/src/Lib/plat-freebsd6 IN.py,1.1,1.2

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Fri Aug 20 05:47:16 CEST 2004


Update of /cvsroot/python/python/dist/src/Lib/plat-freebsd6
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18336/Lib/plat-freebsd6

Modified Files:
	IN.py 
Log Message:
Whitespace normalization.


Index: IN.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-freebsd6/IN.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** IN.py	18 Aug 2004 15:13:41 -0000	1.1
--- IN.py	20 Aug 2004 03:47:14 -0000	1.2
***************
*** 2,12 ****
  
  # Included from sys/cdefs.h
! def __P(protos): return protos		 
  
! def __STRING(x): return #x		 
  
! def __XSTRING(x): return __STRING(x)	 
  
! def __P(protos): return ()		 
  
  def __STRING(x): return "x"
--- 2,12 ----
  
  # Included from sys/cdefs.h
! def __P(protos): return protos
  
! def __STRING(x): return #x
  
! def __XSTRING(x): return __STRING(x)
  
! def __P(protos): return ()
  
  def __STRING(x): return "x"



More information about the Python-checkins mailing list