]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-101112: Specify type of pattern for Path.rglob (#101132)
authorJürgen Gmach <juergen.gmach@googlemail.com>
Fri, 20 Jan 2023 22:11:31 +0000 (23:11 +0100)
committerGitHub <noreply@github.com>
Fri, 20 Jan 2023 22:11:31 +0000 (23:11 +0100)
commit61f338a005aa9f36b2a0a8d6924857e703bb6140
tree238d01b806cd8cc5df9edbe7e910ea87de03a38c
parentf1d0711dd33bdd6485082116ddaca004c225b62f
GH-101112: Specify type of pattern for Path.rglob (#101132)

The documentation for `rglob` did not mention what `pattern` actually
is.

Mentioning and linking to `fnmatch` makes this explicit, as the
documentation for `fnmatch` both shows the syntax and some explanation.
Doc/library/pathlib.rst