summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2008-01-04 15:23:30 (GMT)
committerChristian Heimes <christian@cheimes.de>2008-01-04 15:23:30 (GMT)
commit04ae916fa236099956bf62fcbf3567cac0f3ce2d (patch)
tree6baaee6b2666bb9b372126fe33a653297bc3cb3b /Misc
parent951300e39f76ccc70178a6d0499b585a6eb8652e (diff)
downloadcpython-04ae916fa236099956bf62fcbf3567cac0f3ce2d.zip
cpython-04ae916fa236099956bf62fcbf3567cac0f3ce2d.tar.gz
cpython-04ae916fa236099956bf62fcbf3567cac0f3ce2d.tar.bz2
Added interface to Windows' WSAIoctl and a simple example for a network sniffer.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7095b5b..4aad515 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -920,6 +920,9 @@ Library
Extension Modules
-----------------
+- Added interface for Windows' WSAIoctl to socket object and added an example
+ for a simple network sniffer.
+
- Bug #1301: Bad assert in _tkinter fixed.
- Added bdist_wininst executable for VS 2008.