We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02b422c commit bc1a3c7Copy full SHA for bc1a3c7
Doc/library/fnmatch.rst
@@ -91,7 +91,7 @@ cache the compiled regex patterns in the following functions: :func:`fnmatch`,
91
It is the same as ``[n for n in names if not fnmatch(n, pat)]``,
92
but implemented more efficiently.
93
94
- .. versionadded:: 3.14
+ .. versionadded:: next
95
96
97
.. function:: translate(pat)
0 commit comments