]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-148765: Fix description of *include_hidden* parameter in `glob.glob()`...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 6 Jul 2026 09:15:07 +0000 (11:15 +0200)
committerGitHub <noreply@github.com>
Mon, 6 Jul 2026 09:15:07 +0000 (09:15 +0000)
commit8e060bb8b0d62bbc5bf459c4c94adb4a1ca77aae
treec4e5303ad7cc8477eb045f7dda7231afcb82871f
parente9f8969cf2fba0eb208bde49990d07b91bacc0f6
[3.13] gh-148765: Fix description of *include_hidden* parameter in `glob.glob()` docs (GH-148768) (#153172)

(cherry picked from commit db3a4773e1e5fc1a30597d9e08bcbe41d27e5bbb)

Co-authored-by: Eoin Shaughnessy <45000144+EoinTrial@users.noreply.github.com>
Co-authored-by: Stan Ulbrych <stan@python.org>
Doc/library/glob.rst
Lib/glob.py
Misc/ACKS