]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41043: Escape literal part of the path for glob(). (GH-20994)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 20 Jun 2020 08:10:31 +0000 (11:10 +0300)
committerGitHub <noreply@github.com>
Sat, 20 Jun 2020 08:10:31 +0000 (11:10 +0300)
commit935586845815f5b4c7814794413f6a812d4bd45f
tree69297d0f173d3b42895adb1da65c99f1e021b586
parenta041e116db5f1e78222cbf2c22aae96457372680
bpo-41043: Escape literal part of the path for glob(). (GH-20994)
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