summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>2009-07-02 23:57:11 (GMT)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>2009-07-02 23:57:11 (GMT)
commit7e077243095e0f91c5627f9e6e7cd395846edb46 (patch)
tree4c19cb346c4b014f5d942792a2ed1f15dfb04313 /Misc
parente39d5d5f814756f66983b35b843bc00632a50451 (diff)
downloadcpython-7e077243095e0f91c5627f9e6e7cd395846edb46.zip
cpython-7e077243095e0f91c5627f9e6e7cd395846edb46.tar.gz
cpython-7e077243095e0f91c5627f9e6e7cd395846edb46.tar.bz2
Merged revisions 73788 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r73788 | amaury.forgeotdarc | 2009-07-03 01:08:45 +0200 (ven., 03 juil. 2009) | 6 lines #4601: 'make install' did not set the permissions on library directories, only root could start IDLE for example. Beware that os.path.walk does not translate as is to os.walk! the former uses a callback to call on each dir, the latter is a generator... ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b08ba8f..83554f3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -35,6 +35,9 @@ Library
Build
-----
+- Issue 4601: 'make install' did not set the appropriate permissions on
+ directories.
+
- Issue 5390: Add uninstall icon independent of whether file
extensions are installed.