]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] 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:33:36 +0000 (11:33 +0200)
committerGitHub <noreply@github.com>
Mon, 6 Jul 2026 09:33:36 +0000 (09:33 +0000)
commit8e7c2ca7a0546f5fd055afdc79e6186864ad6549
tree7508eb5e31c6add44eeffff733a3b0d5bb787b57
parent5ae62034e5ef8c9799f08364e06ade9064826e39
[3.15] gh-148765: Fix description of *include_hidden* parameter in `glob.glob()` docs (GH-148768) (#153173)

(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