Message341198
| Author | adelfino |
|---|---|
| Recipients | adelfino, docs@python |
| Date | 2019-05-01.14:12:45 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1556719965.28.0.191162970906.issue36769@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Documentation on fnmatch.filter says: Return the subset of the list of names that match pattern. It is the same as [n for n in names if fnmatch(n, pattern)], but implemented more efficiently. But the function actual accepts any kind of iterable. I think it should be documented. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-05-01 14:12:45 | adelfino | set | recipients: + adelfino, docs@python |
| 2019-05-01 14:12:45 | adelfino | set | messageid: <1556719965.28.0.191162970906.issue36769@roundup.psfhosted.org> |
| 2019-05-01 14:12:45 | adelfino | link | issue36769 messages |
| 2019-05-01 14:12:45 | adelfino | create | |