summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2010-07-23 11:13:03 (GMT)
committerRonald Oussoren <ronaldoussoren@mac.com>2010-07-23 11:13:03 (GMT)
commit8a14db802bb9362229ba226d9c4db39a87eecef9 (patch)
treecd069a4dc3cb113467953f408b4e9868a1d61eed
parent2f4f63a4532fc00861d5a78ff996f40953fc78da (diff)
downloadcpython-8a14db802bb9362229ba226d9c4db39a87eecef9.zip
cpython-8a14db802bb9362229ba226d9c4db39a87eecef9.tar.gz
cpython-8a14db802bb9362229ba226d9c4db39a87eecef9.tar.bz2
As the installer change is user-visible its better to
add a line to the NEWS file
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3ed0421..45bc118 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -54,6 +54,8 @@ Build
- Issue #9280: Make sharedinstall depend on sharedmods.
+- Issue #9275: The OSX installer once again installs links to binaries in ``/usr/local/bin``
+
Tests
-----