summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4732113..3896dd8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -342,6 +342,8 @@ Core and builtins
Library
-------
+- Issue #1646: Make socket support the TIPC protocol.
+
- Bug #1742: return os.curdir from os.path.relpath() if both arguments are
equal instead of raising an exception.
@@ -927,6 +929,9 @@ Library
Extension Modules
-----------------
+- Issue #1646: Make socket support TIPC. The socket module now has support
+ for TIPC under Linux, see http://tipc.sf.net/ for more information.
+
- Added interface for Windows' WSAIoctl to socket object and added an example
for a simple network sniffer.