Issue41429
Created on 2020-07-28 23:41 by adelfino, last changed 2020-12-12 16:20 by adelfino.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 21666 | open | adelfino, 2020-07-28 23:45 | |
| Messages (2) | |||
|---|---|---|---|
| msg374540 - (view) | Author: Andrés Delfino (adelfino) * ![]() |
Date: 2020-07-28 23:41 | |
I propose to let fnmatch.filter accept a tuple of patterns as its pat parameter, while still supporting a single string argument (just like str.endswith does). The code to do this manually and efficiently pretty much involves copying filter. |
|||
| msg382916 - (view) | Author: Andrés Delfino (adelfino) * ![]() |
Date: 2020-12-12 16:20 | |
Serhiy, could you take a look at this when you have some spare time? :) |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-12-12 16:20:38 | adelfino | set | messages: + msg382916 |
| 2020-08-11 05:25:12 | xtreak | set | nosy:
+ serhiy.storchaka |
| 2020-07-28 23:45:25 | adelfino | set | keywords:
+ patch stage: patch review pull_requests: + pull_request20812 |
| 2020-07-28 23:41:58 | adelfino | create | |
