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, jitterman, pitrou
Date 2016-01-14.22:50:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452811840.02.0.602168786745.issue26096@psf.upfronthosting.co.za>
In-reply-to
Content
If you have that use case you're probably better of using os.walk() so you are not limited to a prune strategy that can be expressed using a single glob pattern (e.g. maybe I want to ignore .git, .hg and __pycache__ but descend into everything else).

I think we would also welcome adding a walk() method to pathlib. But let's please leave glob() alone.
History
Date User Action Args
2016-01-14 22:50:40gvanrossumsetrecipients: + gvanrossum, pitrou, jitterman
2016-01-14 22:50:40gvanrossumsetmessageid: <1452811840.02.0.602168786745.issue26096@psf.upfronthosting.co.za>
2016-01-14 22:50:40gvanrossumlinkissue26096 messages
2016-01-14 22:50:39gvanrossumcreate