diff options
author | Charles-François Natali <neologix@free.fr> | 2011-07-24 20:41:18 (GMT) |
---|---|---|
committer | Charles-François Natali <neologix@free.fr> | 2011-07-24 20:41:18 (GMT) |
commit | 749400a94d78bb714a8964c21f8979ab6b070708 (patch) | |
tree | 79b3bc555cd0e688972e0f8339ee32f00f99da0b /Misc | |
parent | 0e3c5a828e65f4f5821dad0e7b0ff4ca9f62f9d3 (diff) | |
download | cpython-749400a94d78bb714a8964c21f8979ab6b070708.zip cpython-749400a94d78bb714a8964c21f8979ab6b070708.tar.gz cpython-749400a94d78bb714a8964c21f8979ab6b070708.tar.bz2 |
Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -829,6 +829,7 @@ Dirk Soede Paul Sokolovsky Cody Somerville Clay Spence +Stefan Sperling Per Spilling Joshua Spoerri Noah Spurrier @@ -37,6 +37,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 |