[Python-checkins] CVS: python/dist/src/Misc NEWS,1.115,1.116 ACKS,1.76,1.77

Jeremy Hylton jhylton@users.sourceforge.net
Thu, 01 Feb 2001 19:29:26 -0800


Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv30894

Modified Files:
	NEWS ACKS 
Log Message:
add info about Grant Edwards' raw packet support


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.115
retrieving revision 1.116
diff -C2 -r1.115 -r1.116
*** NEWS	2001/02/01 22:53:15	1.115
--- NEWS	2001/02/02 03:29:24	1.116
***************
*** 92,95 ****
--- 92,98 ----
    arguments in [0, 27814431486576L).
  
+ - The socket module now supports raw packets on Linux.  The socket
+   family is AF_PACKET.
+ 
  Windows changes
  

Index: ACKS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/ACKS,v
retrieving revision 1.76
retrieving revision 1.77
diff -C2 -r1.76 -r1.77
*** ACKS	2001/01/28 05:07:00	1.76
--- ACKS	2001/02/02 03:29:24	1.77
***************
*** 99,102 ****
--- 99,103 ----
  Eugene Dvurechenski
  Hans Eckardt
+ Grant Edwards
  Lance Ellinghaus
  David Ely