Amaury Forgeot d'Arc <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> <http://bugs.python.org/issue4601> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com