summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2006-04-19 11:50:27 (GMT)
committerArmin Rigo <arigo@tunes.org>2006-04-19 11:50:27 (GMT)
commita9017c39ce5db85602235dfd03da30f4de8bd823 (patch)
tree670aacf6665b4558844aebede696e979727f9d96 /Misc
parentab012af6ed8fb9a57f4d558532f4201de6534672 (diff)
downloadcpython-a9017c39ce5db85602235dfd03da30f4de8bd823.zip
cpython-a9017c39ce5db85602235dfd03da30f4de8bd823.tar.gz
cpython-a9017c39ce5db85602235dfd03da30f4de8bd823.tar.bz2
SF Patch #1062014: AF_UNIX sockets under Linux have a special
abstract namespace that is now fully supported.
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 3ccd81b..493c9e4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -80,6 +80,9 @@ Extension Modules
- Bug #1332852: bsddb module minimum BerkeleyDB version raised to 3.3
as older versions cause excessive test failures.
+- Patch #1062014: AF_UNIX sockets under Linux have a special
+ abstract namespace that is now fully supported.
+
Library
-------