Issue #8084: ensure that the --user directory
conforms to platforms standars on OSX when
using a python framework.
diff --git a/Misc/NEWS b/Misc/NEWS
index 7f2cd53..6981319 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -38,6 +38,12 @@
 
 - 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
 -------