summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorCharles-François Natali <neologix@free.fr>2011-07-21 17:45:31 (GMT)
committerCharles-François Natali <neologix@free.fr>2011-07-21 17:45:31 (GMT)
commit996f606787a7aba177f738157acd672b5821be4c (patch)
tree96dd930702ce82c9a1381ea4dff5fc1e89b53048 /Misc
parent1beea5b7c181d9e7279dd58bc5fbee52b549e528 (diff)
downloadcpython-996f606787a7aba177f738157acd672b5821be4c.zip
cpython-996f606787a7aba177f738157acd672b5821be4c.tar.gz
cpython-996f606787a7aba177f738157acd672b5821be4c.tar.bz2
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 df257f5..c1162ed 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -34,6 +34,8 @@ Core and Builtins
Library
-------
+- Issue #12372: POSIX semaphores are broken on AIX: don't use them.
+
- Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2
directory, so that "import DLFCN" and other similar imports work on
Linux 3.0.