]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-148765: Fix description of *include_hidden* parameter in `glob.glob()` docs (...
authorEoin Shaughnessy <45000144+EoinTrial@users.noreply.github.com>
Mon, 6 Jul 2026 07:44:48 +0000 (08:44 +0100)
committerGitHub <noreply@github.com>
Mon, 6 Jul 2026 07:44:48 +0000 (09:44 +0200)
commitdb3a4773e1e5fc1a30597d9e08bcbe41d27e5bbb
treeca9557d8e5259b6eb41a83f29ebd385967a544df
parentb1756212f2bcbbf24089fe52a9dcfe8c49e9d724
gh-148765: Fix description of *include_hidden* parameter in `glob.glob()` docs (#148768)

Co-authored-by: Stan Ulbrych <stan@python.org>
Doc/library/glob.rst
Lib/glob.py
Misc/ACKS