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

I disagree. The docs are wrong because a failing listdir
wasn't anticipated at first when this function was written.
A failing listdir is a common failure case; I don't see how
the os.path calls in os.walk could ever fail (since they all
catch os.error).
History
Date User Action Args
2007-08-23 14:26:48adminlinkissue1048941 messages
2007-08-23 14:26:48admincreate