summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
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 d84f1dc..98ec0d2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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
-----