]> granicus.if.org Git - python/commit
#4601: 'make install' did not set the permissions on library directories,
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Thu, 2 Jul 2009 23:08:45 +0000 (23:08 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Thu, 2 Jul 2009 23:08:45 +0000 (23:08 +0000)
commit321e533c4c4cfc32ec6f1fb2c592f8c0e875d6c7
treece9cf588dc428434f1fc0bc53e49a73d077fb3ac
parentbceae0c1af7fd73ef3f71e0fbe2075b964accf55
#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...
Misc/NEWS
setup.py