https://github.com/python/cpython/commit/ba6ea7c53d9b8de78380a1f0b029af92633b5332
commit: ba6ea7c53d9b8de78380a1f0b029af92633b5332
branch: 3.14
author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com>
committer: picnixz <10796600+picn...@users.noreply.github.com>
date: 2025-07-19T09:56:55Z
summary:

[3.14] gh-74598: document that `fnmatch.filterfalse` is affected by cache 
limitation (GH-136781) (#136782)

gh-74598: document that `fnmatch.filterfalse` is affected by cache limitation 
(GH-136781)
(cherry picked from commit 263e451c4114ac98add1f1e8aa9ee030e054bdfd)

Co-authored-by: Gergely Elias <gergely.el...@gmail.com>

files:
M Doc/library/fnmatch.rst

diff --git a/Doc/library/fnmatch.rst b/Doc/library/fnmatch.rst
index 12e61bc36f5db0..ee654b7a83e203 100644
--- a/Doc/library/fnmatch.rst
+++ b/Doc/library/fnmatch.rst
@@ -53,7 +53,7 @@ a :class:`!str` filename, and vice-versa.
 
 Finally, note that :func:`functools.lru_cache` with a *maxsize* of 32768
 is used to cache the (typed) compiled regex patterns in the following
-functions: :func:`fnmatch`, :func:`fnmatchcase`, :func:`.filter`.
+functions: :func:`fnmatch`, :func:`fnmatchcase`, :func:`.filter`, 
:func:`.filterfalse`.
 
 
 .. function:: fnmatch(name, pat)

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: arch...@mail-archive.com

Reply via email to