summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2001-02-02 03:29:24 (GMT)
committerJeremy Hylton <jeremy@alum.mit.edu>2001-02-02 03:29:24 (GMT)
commit4c4fda0f57b35ada3b88c3bcac33abd9e0f2ee76 (patch)
tree653a32785d1edca1b27cf4d61fda07c9e6173270 /Misc/NEWS
parent2230865043111f2926b8ff5d06608cec5058e74e (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4f6ee69..86cb703 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