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 barry
Recipients barry, effbot, eric_noyau, georg.brandl, loewis, serhiy.storchaka
Date 2018-05-25.18:58:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <4F95D49C-4371-4344-AF87-81A8AAF7865A@python.org>
In-reply-to <1527274473.93.0.682650639539.issue1366311@psf.upfronthosting.co.za>
Content
> Did you try to use regex which has this feature? For short strings and simple patterns there may be no benefit.

In my use case, it’s not possible, since the problematic API is glob.iglob() through multiple levels of calls.
History
Date User Action Args
2018-05-25 18:58:39barrysetrecipients: + barry, loewis, effbot, georg.brandl, eric_noyau, serhiy.storchaka
2018-05-25 18:58:39barrylinkissue1366311 messages
2018-05-25 18:58:39barrycreate