]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36769: Document that fnmatch.filter supports any kind of iterable (GH-13039)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 18 Dec 2020 19:34:27 +0000 (11:34 -0800)
committerGitHub <noreply@github.com>
Fri, 18 Dec 2020 19:34:27 +0000 (11:34 -0800)
commit4b412e830d0a7d3f30af60b9eb285558511d90af
treee0c4b3b71df1723d177c761d033e2462352adeff
parent82dbfd5a04863d8b6363527e6a34a90c9aa5691b
bpo-36769: Document that fnmatch.filter supports any kind of iterable (GH-13039)

(cherry picked from commit e8d22642105d57007ab1242848a8cbadc7f179df)

Co-authored-by: Andre Delfino <adelfino@gmail.com>
Doc/library/fnmatch.rst
Lib/fnmatch.py