summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>2009-07-02 23:08:45 (GMT)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>2009-07-02 23:08:45 (GMT)
commit321e533c4c4cfc32ec6f1fb2c592f8c0e875d6c7 (patch)
treece9cf588dc428434f1fc0bc53e49a73d077fb3ac /Misc/NEWS
parentbceae0c1af7fd73ef3f71e0fbe2075b964accf55 (diff)
downloadcpython-321e533c4c4cfc32ec6f1fb2c592f8c0e875d6c7.zip
cpython-321e533c4c4cfc32ec6f1fb2c592f8c0e875d6c7.tar.gz
cpython-321e533c4c4cfc32ec6f1fb2c592f8c0e875d6c7.tar.bz2
#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/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5d4c3ee..543c55f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -41,6 +41,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.