mirror of
https://github.com/python/cpython.git
synced 2025-12-31 12:33:28 +00:00
gh-74598: document that fnmatch.filterfalse is affected by cache limitation (#136781)
This commit is contained in:
parent
3eecc72ac7
commit
263e451c41
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue