Message408625
If I had long paths enabled, then next(os.walk(p, onerror=print)) would not have printed the error that I showed in the example and would not have immediately raised StopIteration. Instead it would have returned a (dirpath, dirnames, filenames) result for directory `p`. Did you repeat the simple examples that I showed, exactly as shown, and get a different result? |
|
Date |
User |
Action |
Args |
2021-12-15 17:56:01 | eryksun | set | recipients:
+ eryksun, paul.moore, tim.golden, zach.ware, steve.dower, jschwar313 |
2021-12-15 17:56:01 | eryksun | set | messageid: <1639590961.26.0.823482313455.issue46084@roundup.psfhosted.org> |
2021-12-15 17:56:01 | eryksun | link | issue46084 messages |
2021-12-15 17:56:01 | eryksun | create | |
|