]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-41043: Escape literal part of the path for glob(). (GH-20994). (GH-21275)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 2 Jul 2020 07:05:16 +0000 (10:05 +0300)
committerGitHub <noreply@github.com>
Thu, 2 Jul 2020 07:05:16 +0000 (10:05 +0300)
commitecfecc2d6ce88ae71c783f0465a508c6a1b2f2b6
tree15fe925d7c2eed5f56154f68971a5883870d5841
parentdf59293bf0d815fe37743025d639a63a78e0c771
[3.9] bpo-41043: Escape literal part of the path for glob(). (GH-20994). (GH-21275)

(cherry picked from commit 935586845815f5b4c7814794413f6a812d4bd45f)
24 files changed:
Lib/distutils/command/build_py.py
Lib/idlelib/tree.py
Lib/imghdr.py
Lib/pdb.py
Lib/sndhdr.py
Lib/test/_test_multiprocessing.py
Lib/test/libregrtest/main.py
Lib/test/support/__init__.py
Lib/test/test_bz2.py
Lib/test/test_crashers.py
Lib/test/test_dbm.py
Lib/test/test_import/__init__.py
Lib/test/test_mailbox.py
Lib/test/test_regrtest.py
Lib/test/test_site.py
Lib/test/test_tokenize.py
Lib/test/test_unicode_file.py
Lib/webbrowser.py
Misc/NEWS.d/next/Library/2020-06-20-00-19-30.bpo-41043.p-Pk-H.rst [new file with mode: 0644]
Tools/c-analyzer/c_analyzer/common/files.py
Tools/c-analyzer/check-c-globals.py
Tools/peg_generator/scripts/test_parse_directory.py
Tools/ssl/make_ssl_data.py
setup.py