summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorCharles-François Natali <neologix@free.fr>2011-07-21 17:49:47 (GMT)
committerCharles-François Natali <neologix@free.fr>2011-07-21 17:49:47 (GMT)
commitdb57e8d186f028cdf472175f48b4aed99b32c972 (patch)
tree76786573f59954b1b99bacbdf2466b0e22572103 /Misc
parenta30def6c66c49423ce8100debe69c745f0ab2315 (diff)
parent996f606787a7aba177f738157acd672b5821be4c (diff)
downloadcpython-db57e8d186f028cdf472175f48b4aed99b32c972.zip
cpython-db57e8d186f028cdf472175f48b4aed99b32c972.tar.gz
cpython-db57e8d186f028cdf472175f48b4aed99b32c972.tar.bz2
Merge - Issue #12372: POSIX semaphores are broken on AIX: don't use them.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c3e0f52..7bccc05 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -234,6 +234,8 @@ Core and Builtins
Library
-------
+- Issue #12372: POSIX semaphores are broken on AIX: don't use them.
+
- Issue #12551: Provide a get_channel_binding() method on SSL sockets so as
to get channel binding data for the current SSL session (only the
"tls-unique" channel binding is implemented). This allows the implementation