[issue4601] directory permission error with make install in 3.0

Amaury Forgeot d'Arc report at bugs.python.org
Tue Dec 9 12:57:12 CET 2008


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

The patch is fine.

If it were me, I'd change os.walk to accept keyword-only arguments:
def walk(top, *, topdown=True, onerror=None, followlinks=False):
   ...

----------
nosy: +amaury.forgeotdarc
resolution:  -> accepted

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4601>
_______________________________________


More information about the Python-bugs-list mailing list