summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7f2cd53..6981319 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -38,6 +38,12 @@ Core and Builtins
- Issue #8404: Fixed set operations on dictionary views.
+- 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".
+
+
+
Library
-------