]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] 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 08:10:05 +0000 (10:10 +0200)
committerGitHub <noreply@github.com>
Mon, 6 Jul 2026 08:10:05 +0000 (08:10 +0000)
commit51033f9cfa3b8905da9baff327cf5826b2ea17b5
treecfa0fb03934b786606db1e3925d89130d4dbadde
parentc6f5a737fd7c6ed36617090d63a0f1ae8ec41dad
[3.14] gh-148765: Fix description of *include_hidden* parameter in `glob.glob()` docs (GH-148768) (#153174)

(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