diff options
author | Jeremy Hylton <jeremy@alum.mit.edu> | 2001-02-02 03:29:24 (GMT) |
---|---|---|
committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2001-02-02 03:29:24 (GMT) |
commit | 4c4fda0f57b35ada3b88c3bcac33abd9e0f2ee76 (patch) | |
tree | 653a32785d1edca1b27cf4d61fda07c9e6173270 /Misc | |
parent | 2230865043111f2926b8ff5d06608cec5058e74e (diff) | |
download | cpython-4c4fda0f57b35ada3b88c3bcac33abd9e0f2ee76.zip cpython-4c4fda0f57b35ada3b88c3bcac33abd9e0f2ee76.tar.gz cpython-4c4fda0f57b35ada3b88c3bcac33abd9e0f2ee76.tar.bz2 |
add info about Grant Edwards' raw packet support
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -98,6 +98,7 @@ Andy Dustman Gary Duzan Eugene Dvurechenski Hans Eckardt +Grant Edwards Lance Ellinghaus David Ely Jeff Epler @@ -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 |