]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-79382: Fix recursive glob() with trailing "**" (GH-115134) (GH-115290)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 11 Feb 2024 10:57:40 +0000 (11:57 +0100)
committerGitHub <noreply@github.com>
Sun, 11 Feb 2024 10:57:40 +0000 (10:57 +0000)
commitd65cd8bc4e3a4d070385e2236332c14b63daeada
treec36772fdc92b2916aa823182ea9c728e3641c95c
parentb9f560258c6d13166da662d85422562f986f7af2
[3.12] gh-79382: Fix recursive glob() with trailing "**" (GH-115134) (GH-115290)

Trailing "**" no longer allows to match files and non-existing paths in
recursive glob().
(cherry picked from commit aeffc7f8951e04258f0fd8cadfa6cd8b704730f6)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/glob.py
Lib/test/test_glob.py
Misc/NEWS.d/next/Library/2024-02-07-12-37-52.gh-issue-79382.Yz_5WB.rst [new file with mode: 0644]