Message257522
| Author | gvanrossum |
|---|---|
| Recipients | gvanrossum, josh.r, pitrou, serhiy.storchaka |
| Date | 2016-01-05.07:03:20 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <CAP7+vJLGNs+9BCG1cYvPjmAyoJfiUrjpWV9W-Mc3RZPcNA_FeQ@mail.gmail.com> |
| In-reply-to | <1451974915.38.0.509139033764.issue26012@psf.upfronthosting.co.za> |
| Content | |
|---|---|
I agree it's easiest just not to traverse symlinks matching **. glob.py avoids the errors (but not the senseless recursion) by simply ignoring OSError coming out of listdir(). That might be a good idea anyways (it might even be a simpler way to avoid the PermissionError reported in #24120). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-01-05 07:03:20 | gvanrossum | set | recipients: + gvanrossum, pitrou, serhiy.storchaka, josh.r |
| 2016-01-05 07:03:20 | gvanrossum | link | issue26012 messages |
| 2016-01-05 07:03:20 | gvanrossum | create | |