Author gvanrossum
Recipients
Date 2004-10-23.18:25:18
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=6380

BTW, if you want the correct path in the onerror calls for
os.listdir, your best bet is  not to use os.walk but to
write something similar that suits our purpose. After you
remove the features we don't use, it's really only a few
lines of code.
History
Date User Action Args
2007-08-23 14:26:48adminlinkissue1048941 messages
2007-08-23 14:26:48admincreate