Author jlgijsbers
Recipients
Date 2004-10-19.08:57:43
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=469548

A new patch is attached. I factored out the
handle_call_error method so exception handling is more
local. Also, errors in os.walk were already being handled
using the _raise_err/except OSError combination,  but we now
do it using the onerror argument to os.walk.
History
Date User Action Args
2007-08-23 14:26:48adminlinkissue1048941 messages
2007-08-23 14:26:48admincreate