From: Jeremy Hylton Date: Fri, 2 Feb 2001 03:29:24 +0000 (+0000) Subject: add info about Grant Edwards' raw packet support X-Git-Tag: v2.1a2~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4c4fda0f57b35ada3b88c3bcac33abd9e0f2ee76;p=python add info about Grant Edwards' raw packet support --- diff --git a/Misc/ACKS b/Misc/ACKS index 12a1f9900f..c788fff586 100644 --- 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 diff --git a/Misc/NEWS b/Misc/NEWS index 4f6ee694d0..86cb703590 100644 --- 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