diff options
author | Ned Deily <nad@acm.org> | 2011-05-28 12:59:55 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2011-05-28 12:59:55 (GMT) |
commit | 6e5fd04ce21b421ff975c93611ff6c81547ce183 (patch) | |
tree | a0ecdb27d93c517402b58a0efeffc70e2020d5ef /Misc | |
parent | 32b5cb0a66956785275c62e1d20b6e5ee4241079 (diff) | |
download | cpython-6e5fd04ce21b421ff975c93611ff6c81547ce183.zip cpython-6e5fd04ce21b421ff975c93611ff6c81547ce183.tar.gz cpython-6e5fd04ce21b421ff975c93611ff6c81547ce183.tar.bz2 |
Issue #11217: For 64-bit/32-bit Mac OS X universal framework builds,
ensure "make install" creates symlinks in --prefix bin for the "-32"
files in the framework bin directory like the installer does.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -44,6 +44,12 @@ Library - Issue #12065: connect_ex() on an SSL socket now returns the original errno when the socket's timeout expires (it used to return None). +Build +----- + +- Issue #11217: For 64-bit/32-bit Mac OS X universal framework builds, + ensure "make install" creates symlinks in --prefix bin for the "-32" + files in the framework bin directory like the installer does. What's New in Python 3.2.1 release candidate 1? |