Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling.

This commit is contained in:
Charles-François Natali 2011-07-24 22:44:15 +02:00
commit dc1d548ecb
4 changed files with 5 additions and 2 deletions

View file

@ -885,6 +885,7 @@ Paul Sokolovsky
Cody Somerville
Edoardo Spadolini
Clay Spence
Stefan Sperling
Per Spilling
Joshua Spoerri
Noah Spurrier

View file

@ -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