summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
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/NEWS
parent015f72b254019027c73a2f13925c77d0dbcdb028 (diff)
downloadcpython-11017b172dc2525079fe8a6f17650b2fc048c9e6.zip
cpython-11017b172dc2525079fe8a6f17650b2fc048c9e6.tar.gz
cpython-11017b172dc2525079fe8a6f17650b2fc048c9e6.tar.bz2
Patch #1103116: AF_NETLINK sockets basic support.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
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.