Benjamin Peterson <benja...@python.org> added the comment:

Perhaps Raymond has a different view, but I don't this patch makes anything 
more clear. There's only three things to remember and its convenient to unpack 
it in the loop like

for path, dirs, files in os.walk(somewhere):
    ...

----------
nosy: +benjamin.peterson, rhettinger

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13375>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to