This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author benjamin.peterson
Recipients amaury.forgeotdarc, benjamin.peterson, krisys, ncoghlan, rhettinger
Date 2011-11-09.19:03:41
SpamBayes Score 0.0011337763
Marked as misclassified No
Message-id <1320865421.93.0.201299524101.issue13375@psf.upfronthosting.co.za>
In-reply-to
Content
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):
    ...
History
Date User Action Args
2011-11-09 19:03:42benjamin.petersonsetrecipients: + benjamin.peterson, rhettinger, amaury.forgeotdarc, ncoghlan, krisys
2011-11-09 19:03:41benjamin.petersonsetmessageid: <1320865421.93.0.201299524101.issue13375@psf.upfronthosting.co.za>
2011-11-09 19:03:41benjamin.petersonlinkissue13375 messages
2011-11-09 19:03:41benjamin.petersoncreate