summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2020-07-02 07:05:16 (GMT)
committerGitHub <noreply@github.com>2020-07-02 07:05:16 (GMT)
commitecfecc2d6ce88ae71c783f0465a508c6a1b2f2b6 (patch)
tree15fe925d7c2eed5f56154f68971a5883870d5841 /Misc/NEWS.d
parentdf59293bf0d815fe37743025d639a63a78e0c771 (diff)
downloadcpython-ecfecc2d6ce88ae71c783f0465a508c6a1b2f2b6.zip
cpython-ecfecc2d6ce88ae71c783f0465a508c6a1b2f2b6.tar.gz
cpython-ecfecc2d6ce88ae71c783f0465a508c6a1b2f2b6.tar.bz2
[3.9] bpo-41043: Escape literal part of the path for glob(). (GH-20994). (GH-21275)
(cherry picked from commit 935586845815f5b4c7814794413f6a812d4bd45f)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2020-06-20-00-19-30.bpo-41043.p-Pk-H.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-06-20-00-19-30.bpo-41043.p-Pk-H.rst b/Misc/NEWS.d/next/Library/2020-06-20-00-19-30.bpo-41043.p-Pk-H.rst
new file mode 100644
index 0000000..9c6020e
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2020-06-20-00-19-30.bpo-41043.p-Pk-H.rst
@@ -0,0 +1,2 @@
+Fixed the use of :func:`~glob.glob` in the stdlib: literal part of the path
+is now always correctly escaped.