On 07/01/2014 07:59 AM, Jonas Wielicki wrote: > > I had the idea to treat a failing lstat() inside scandir() as if the > entry wasn’t found at all, but in this context, this seems wrong too. Well, os.walk supports passing in an error handler -- perhaps scandir should as well. -- ~Ethan~