summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2009-09-06 11:11:04 (GMT)
committerRonald Oussoren <ronaldoussoren@mac.com>2009-09-06 11:11:04 (GMT)
commitd45ff2ce5afc6a385c0aebe334e1db8050745706 (patch)
treebbd0f73cfb5226c84c59888fefd33def3cda2800 /Misc
parent099d7a0ffbd44bae7fdb3767b01b591d9211787b (diff)
downloadcpython-d45ff2ce5afc6a385c0aebe334e1db8050745706.zip
cpython-d45ff2ce5afc6a385c0aebe334e1db8050745706.tar.gz
cpython-d45ff2ce5afc6a385c0aebe334e1db8050745706.tar.bz2
Merged revisions 74682 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r74682 | ronald.oussoren | 2009-09-06 13:01:15 +0200 (Sun, 06 Sep 2009) | 9 lines Merged revisions 74672 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r74672 | ronald.oussoren | 2009-09-06 12:00:26 +0200 (Sun, 06 Sep 2009) | 1 line Fix build issues on OSX 10.6 (issue 6802) ........ ................
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 45201cc..7e64cc7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -134,6 +134,8 @@ Extension Modules
Build
-----
+- Issue #6802: Fix build issues on MacOSX 10.6
+
- Issue 4601: 'make install' did not set the appropriate permissions on
directories.