diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-01-14 18:12:57 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-01-14 18:12:57 (GMT) |
commit | 11017b172dc2525079fe8a6f17650b2fc048c9e6 (patch) | |
tree | ca1c91cb4a3752fdff3c277f8e85958024bc84e0 /Misc/NEWS | |
parent | 015f72b254019027c73a2f13925c77d0dbcdb028 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |