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 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:45adelfinosetrecipients: + adelfino, docs@python
2019-05-01 14:12:45adelfinosetmessageid: <1556719965.28.0.191162970906.issue36769@roundup.psfhosted.org>
2019-05-01 14:12:45adelfinolinkissue36769 messages
2019-05-01 14:12:45adelfinocreate