This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author benhoyt
Recipients benhoyt, vstinner
Date 2015-03-08.03:15:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425784548.37.0.294827541215.issue23605@psf.upfronthosting.co.za>
In-reply-to
Content
Attaching a first cut at this -- basically the implementation I use for walk() in scandir.py on GitHub.

One thing that's really weird to me: are the os.walk() unit tests actually being run? In test_os.py, I notice everything's in WalkTest.setUp, which is kinda weird -- and it's not actually running. At least when I add a "1/0" inside setUp() to force an error and run "python -m test test_os" I don't get any errors...
History
Date User Action Args
2015-03-08 03:15:48benhoytsetrecipients: + benhoyt, vstinner
2015-03-08 03:15:48benhoytsetmessageid: <1425784548.37.0.294827541215.issue23605@psf.upfronthosting.co.za>
2015-03-08 03:15:48benhoytlinkissue23605 messages
2015-03-08 03:15:48benhoytcreate