Message237507
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... |
|
Date |
User |
Action |
Args |
2015-03-08 03:15:48 | benhoyt | set | recipients:
+ benhoyt, vstinner |
2015-03-08 03:15:48 | benhoyt | set | messageid: <1425784548.37.0.294827541215.issue23605@psf.upfronthosting.co.za> |
2015-03-08 03:15:48 | benhoyt | link | issue23605 messages |
2015-03-08 03:15:48 | benhoyt | create | |
|