]> granicus.if.org Git - python/commitdiff
add info about Grant Edwards' raw packet support
authorJeremy Hylton <jeremy@alum.mit.edu>
Fri, 2 Feb 2001 03:29:24 +0000 (03:29 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Fri, 2 Feb 2001 03:29:24 +0000 (03:29 +0000)
Misc/ACKS
Misc/NEWS

index 12a1f9900f736efc80b3813fd2ad2cb7143c7ec5..c788fff586e7997796ba8cc818802278bb0cd46a 100644 (file)
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -98,6 +98,7 @@ Andy Dustman
 Gary Duzan
 Eugene Dvurechenski
 Hans Eckardt
+Grant Edwards
 Lance Ellinghaus
 David Ely
 Jeff Epler
index 4f6ee694d0ee844108391f12681f6d8a795f2f97..86cb703590ce1e07fe9e093fa10c03be20e5b502 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -91,6 +91,9 @@ Standard library
   the new one guarantees to produce distinct internal states for all
   arguments in [0, 27814431486576L).
 
+- The socket module now supports raw packets on Linux.  The socket
+  family is AF_PACKET.
+
 Windows changes
 
 - Build procedure:  the zlib project is built in a different way that