On Jul 4, 4:08 pm, noamtm <[EMAIL PROTECTED]> wrote:
> What I wanted is:
> for (dirpath, , filenames) in os.walk(...):
>
> But that doesn't work.

 for (dirpath, _, filenames) in os.walk(...):

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to