summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2010-04-30 11:41:56 (GMT)
committerRonald Oussoren <ronaldoussoren@mac.com>2010-04-30 11:41:56 (GMT)
commit86b33c872defc95a4e7e132a16dd88f02a20265b (patch)
tree3c98ac9c86d3cf56b6c601d2ccc047227fcd60a2 /Misc/NEWS
parent0ea2a468e31b3ec20ae4281d9c28d1f5db7912d9 (diff)
downloadcpython-86b33c872defc95a4e7e132a16dd88f02a20265b.zip
cpython-86b33c872defc95a4e7e132a16dd88f02a20265b.tar.gz
cpython-86b33c872defc95a4e7e132a16dd88f02a20265b.tar.bz2
Merged revisions 80647 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r80647 | ronald.oussoren | 2010-04-30 13:20:14 +0200 (Fri, 30 Apr 2010) | 11 lines Fix for issue #3646: with this patch it is possible to do a framework install of Python in your home directory (on OSX): $ configure --enable-framework=${HOME}/Library/Frameworks $ make && make install Without this patch the framework would get installed just fine, but 'make install' would try to install the application bundles and command-line tools outside the user's home, which doesn't work for non-admin users (and is bad form anyway). ........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8c50723..e1b0116 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1109,6 +1109,9 @@ Extension Modules
Build
-----
+- Issue #3646: It is now easily possible to install a Python framework into
+ your home directory on MacOSX, see Mac/README for more information.
+
- Issue #3928: os.mknod() now available in Solaris, also.
- Issue #3326: Build Python without -fno-strict-aliasing when the gcc does not