[Python-checkins] python/dist/src/Lib/plat-atheos IN.py,1.2,1.3
tim_one at users.sourceforge.net
tim_one at users.sourceforge.net
Sun Jul 18 08:34:16 CEST 2004
Update of /cvsroot/python/python/dist/src/Lib/plat-atheos
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv949
Modified Files:
IN.py
Log Message:
Repair bizarre generated Python.
Index: IN.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-atheos/IN.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** IN.py 18 Jul 2004 06:14:44 -0000 1.2
--- IN.py 18 Jul 2004 06:34:13 -0000 1.3
***************
*** 942,944 ****
def IN6_IS_ADDR_MC_ORGLOCAL(a): return \
! def IN6_IS_ADDR_MC_GLOBAL(a): return \
--- 942,944 ----
def IN6_IS_ADDR_MC_ORGLOCAL(a): return \
! def IN6_IS_ADDR_MC_GLOBAL(a): return
More information about the Python-checkins
mailing list