Message238400
| Author | vstinner |
|---|---|
| Recipients | benhoyt, python-dev, scott.dial, serhiy.storchaka, vstinner |
| Date | 2015-03-18.10:33:47 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1426674828.11.0.910089402544.issue23605@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I commited fast_bottom-up.patch to fix the regression of os.walk(). > Could you please add a test based on my example (i.e. converting symlinks to a directory during walking) and may be other (creating new directory and adding it to the dirs list)? Sorry, I'm not interested to write new tests. > Is it worth to mention in the os.walk() doc that topdown=False can be faster? I didn't touch the doc yet. I keep the issue open a few weeks to see if someone is interested to optimize os.walk() further, write new tests, enhance the doc, etc. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-03-18 10:33:48 | vstinner | set | recipients: + vstinner, scott.dial, benhoyt, python-dev, serhiy.storchaka |
| 2015-03-18 10:33:48 | vstinner | set | messageid: <1426674828.11.0.910089402544.issue23605@psf.upfronthosting.co.za> |
| 2015-03-18 10:33:48 | vstinner | link | issue23605 messages |
| 2015-03-18 10:33:47 | vstinner | create | |