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/NEWS | |
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/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |