add info about Grant Edwards' raw packet support

This commit is contained in:
Jeremy Hylton 2001-02-02 03:29:24 +00:00
parent 2230865043
commit 4c4fda0f57
2 changed files with 4 additions and 0 deletions

View File

@ -98,6 +98,7 @@ Andy Dustman
Gary Duzan
Eugene Dvurechenski
Hans Eckardt
Grant Edwards
Lance Ellinghaus
David Ely
Jeff Epler

View File

@ -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