diff options
author | Armin Rigo <arigo@tunes.org> | 2006-04-19 11:50:27 (GMT) |
---|---|---|
committer | Armin Rigo <arigo@tunes.org> | 2006-04-19 11:50:27 (GMT) |
commit | a9017c39ce5db85602235dfd03da30f4de8bd823 (patch) | |
tree | 670aacf6665b4558844aebede696e979727f9d96 /Misc | |
parent | ab012af6ed8fb9a57f4d558532f4201de6534672 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ------- |