summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorCharles-François Natali <neologix@free.fr>2011-07-24 20:44:15 (GMT)
committerCharles-François Natali <neologix@free.fr>2011-07-24 20:44:15 (GMT)
commitdc1d548ecbf01925a3efef997865bb834e5738fd (patch)
treeb84f42edadc87e3f90bbc52b38b7051d181b5e08 /Misc
parent5a24d82941cec6c207433d75c1120bf4a8438793 (diff)
parent749400a94d78bb714a8964c21f8979ab6b070708 (diff)
downloadcpython-dc1d548ecbf01925a3efef997865bb834e5738fd.zip
cpython-dc1d548ecbf01925a3efef997865bb834e5738fd.tar.gz
cpython-dc1d548ecbf01925a3efef997865bb834e5738fd.tar.bz2
Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS2
2 files changed, 3 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 8a63f50..fc0e17d 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -885,6 +885,7 @@ Paul Sokolovsky
Cody Somerville
Edoardo Spadolini
Clay Spence
+Stefan Sperling
Per Spilling
Joshua Spoerri
Noah Spurrier
diff --git a/Misc/NEWS b/Misc/NEWS
index a8910f4..5d7f59f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -237,6 +237,8 @@ Core and Builtins
Library
-------
+- Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling.
+
- Issue #1813: Fix codec lookup under Turkish locales.
- Issue #12591: Improve support of "universal newlines" in the subprocess