diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2010-05-08 10:49:43 (GMT) |
---|---|---|
committer | Ronald Oussoren <ronaldoussoren@mac.com> | 2010-05-08 10:49:43 (GMT) |
commit | 4cda46ab9167ab6c46e1cbb6caea6fbb021605ac (patch) | |
tree | 9e0c6e4f31d11750664e51b9579ee3c64c1ddbc7 /Misc | |
parent | e97ecba241118e28100c70c5f48fcaabf32b79b7 (diff) | |
download | cpython-4cda46ab9167ab6c46e1cbb6caea6fbb021605ac.zip cpython-4cda46ab9167ab6c46e1cbb6caea6fbb021605ac.tar.gz cpython-4cda46ab9167ab6c46e1cbb6caea6fbb021605ac.tar.bz2 |
Merged revisions 80967 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80967 | ronald.oussoren | 2010-05-08 12:29:06 +0200 (Sat, 08 May 2010) | 4 lines
Issue #8084: ensure that the --user directory
conforms to platforms standars on OSX when
using a python framework.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -290,6 +290,9 @@ Core and Builtins - Issue #7072: isspace(0xa0) is true on Mac OS X +- Issue #8084: PEP 370 now conforms to system conventions for framework + builds on MacOS X. That is, "python setup.py install --user" will install + into "~/Library/Python/2.7" instead of "~/.local". C-API ----- |