[Python-checkins] python/dist/src/Lib/plat-linux2 IN.py,1.6,1.7
tim_one at users.sourceforge.net
tim_one at users.sourceforge.net
Sun Jul 18 08:35:23 CEST 2004
Update of /cvsroot/python/python/dist/src/Lib/plat-linux2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1054
Modified Files:
IN.py
Log Message:
Repair bizarre generated Python.
Index: IN.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-linux2/IN.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** IN.py 18 Jul 2004 06:14:45 -0000 1.6
--- IN.py 18 Jul 2004 06:35:21 -0000 1.7
***************
*** 613,615 ****
def IN6_IS_ADDR_MC_ORGLOCAL(a): return \
! def IN6_IS_ADDR_MC_GLOBAL(a): return \
--- 613,615 ----
def IN6_IS_ADDR_MC_ORGLOCAL(a): return \
! def IN6_IS_ADDR_MC_GLOBAL(a): return
More information about the Python-checkins
mailing list