[Python-checkins] python/dist/src/Lib/plat-linux2 DLFCN.py, 1.1, 1.2 IN.py, 1.5, 1.6 TYPES.py, 1.1, 1.2

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Sun Jul 18 08:15:18 CEST 2004


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

Modified Files:
	DLFCN.py IN.py TYPES.py 
Log Message:
Whitespace normalization, via reindent.py.


Index: DLFCN.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-linux2/DLFCN.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** DLFCN.py	9 Aug 2001 12:48:17 -0000	1.1
--- DLFCN.py	18 Jul 2004 06:14:45 -0000	1.2
***************
*** 62,70 ****
  def __ASMNAME(cname): return __ASMNAME2 (__USER_LABEL_PREFIX__, cname)
  
! def __attribute__(xyz): return  
  
  def __attribute_format_arg__(x): return __attribute__ ((__format_arg__ (x)))
  
! def __attribute_format_arg__(x): return  
  
  __USE_LARGEFILE = 1
--- 62,70 ----
  def __ASMNAME(cname): return __ASMNAME2 (__USER_LABEL_PREFIX__, cname)
  
! def __attribute__(xyz): return
  
  def __attribute_format_arg__(x): return __attribute__ ((__format_arg__ (x)))
  
! def __attribute_format_arg__(x): return
  
  __USE_LARGEFILE = 1

Index: IN.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-linux2/IN.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** IN.py	23 Nov 2002 12:09:28 -0000	1.5
--- IN.py	18 Jul 2004 06:14:45 -0000	1.6
***************
*** 62,70 ****
  def __ASMNAME(cname): return __ASMNAME2 (__USER_LABEL_PREFIX__, cname)
  
! def __attribute__(xyz): return  
  
  def __attribute_format_arg__(x): return __attribute__ ((__format_arg__ (x)))
  
! def __attribute_format_arg__(x): return  
  
  __USE_LARGEFILE = 1
--- 62,70 ----
  def __ASMNAME(cname): return __ASMNAME2 (__USER_LABEL_PREFIX__, cname)
  
! def __attribute__(xyz): return
  
  def __attribute_format_arg__(x): return __attribute__ ((__format_arg__ (x)))
  
! def __attribute_format_arg__(x): return
  
  __USE_LARGEFILE = 1
***************
*** 614,616 ****
  
  def IN6_IS_ADDR_MC_GLOBAL(a): return \
- 
--- 614,615 ----

Index: TYPES.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-linux2/TYPES.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TYPES.py	9 Aug 2001 12:48:17 -0000	1.1
--- TYPES.py	18 Jul 2004 06:14:45 -0000	1.2
***************
*** 62,70 ****
  def __ASMNAME(cname): return __ASMNAME2 (__USER_LABEL_PREFIX__, cname)
  
! def __attribute__(xyz): return  
  
  def __attribute_format_arg__(x): return __attribute__ ((__format_arg__ (x)))
  
! def __attribute_format_arg__(x): return  
  
  __USE_LARGEFILE = 1
--- 62,70 ----
  def __ASMNAME(cname): return __ASMNAME2 (__USER_LABEL_PREFIX__, cname)
  
! def __attribute__(xyz): return
  
  def __attribute_format_arg__(x): return __attribute__ ((__format_arg__ (x)))
  
! def __attribute_format_arg__(x): return
  
  __USE_LARGEFILE = 1
***************
*** 169,171 ****
  
  def minor(dev): return ((dev).__val[0] & 0xff)
- 
--- 169,170 ----



More information about the Python-checkins mailing list