Message257707
| Author | gvanrossum |
|---|---|
| Recipients | Gregorio, gvanrossum, pitrou, python-dev, serhiy.storchaka, ulope, zach.ware |
| Date | 2016-01-07.18:43:56 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1452192236.99.0.729351765838.issue24120@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I think this is not fixed yet. The try/except clause is currently around certain loops whereas it should be around specific calls (is_dir, exists, listdir. and is_symlink). As it currently is, the behavior is dependent on the ordering of the names returned by listdir(), which is just wrong. I think this is the root cause of the breakage reported in issue #26012. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-01-07 18:43:57 | gvanrossum | set | recipients: + gvanrossum, pitrou, python-dev, zach.ware, serhiy.storchaka, Gregorio, ulope |
| 2016-01-07 18:43:56 | gvanrossum | set | messageid: <1452192236.99.0.729351765838.issue24120@psf.upfronthosting.co.za> |
| 2016-01-07 18:43:56 | gvanrossum | link | issue24120 messages |
| 2016-01-07 18:43:56 | gvanrossum | create | |