This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:20gvanrossumsetrecipients: + gvanrossum, pitrou, serhiy.storchaka, josh.r
2016-01-05 07:03:20gvanrossumlinkissue26012 messages
2016-01-05 07:03:20gvanrossumcreate