summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-01-14 18:12:57 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-01-14 18:12:57 (GMT)
commit11017b172dc2525079fe8a6f17650b2fc048c9e6 (patch)
treeca1c91cb4a3752fdff3c277f8e85958024bc84e0 /Misc
parent015f72b254019027c73a2f13925c77d0dbcdb028 (diff)
downloadcpython-11017b172dc2525079fe8a6f17650b2fc048c9e6.zip
cpython-11017b172dc2525079fe8a6f17650b2fc048c9e6.tar.gz
cpython-11017b172dc2525079fe8a6f17650b2fc048c9e6.tar.bz2
Patch #1103116: AF_NETLINK sockets basic support.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS2
2 files changed, 3 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index ad77e03..2cf964f 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -58,6 +58,7 @@ Steven Bethard
Stephen Bevan
Ron Bickers
Dominic Binks
+Philippe Biondi
Stuart Bishop
Roy Bixler
Martin Bless
diff --git a/Misc/NEWS b/Misc/NEWS
index 4a1339f..a7e76e6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -216,6 +216,8 @@ Core and builtins
Extension Modules
-----------------
+- Patch #1103116: Basic AF_NETLINK support.
+
- Bug #1402308, (possible) segfault when using mmap.mmap(-1, ...)
- Bug #1400822, _curses over{lay,write} doesn't work when passing 6 ints.