summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorCharles-François Natali <neologix@free.fr>2011-07-22 21:52:02 (GMT)
committerCharles-François Natali <neologix@free.fr>2011-07-22 21:52:02 (GMT)
commit54ef40b00052166548e3f050446ca0b134424f93 (patch)
tree45702716c54bb2b47a5e964aab2837a6dc6a6ba2 /Misc
parent8a4b42b7f4ca0458a5a4aae24f42e207309b19b2 (diff)
downloadcpython-54ef40b00052166548e3f050446ca0b134424f93.zip
cpython-54ef40b00052166548e3f050446ca0b134424f93.tar.gz
cpython-54ef40b00052166548e3f050446ca0b134424f93.tar.bz2
Merge - Issue #12592: Make Python build on OpenBSD 5 (and future major
releases).
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 281a9e3..3ab1e3e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -237,6 +237,8 @@ Core and Builtins
Library
-------
+- Issue #12592: Make Python build on OpenBSD 5 (and future major releases).
+
- 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