]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-43104: Update NEWS to include CVE-2020-15801 reference (GH-21521)
authorSteve Dower <steve.dower@python.org>
Fri, 17 Jul 2020 16:44:27 +0000 (17:44 +0100)
committerGitHub <noreply@github.com>
Fri, 17 Jul 2020 16:44:27 +0000 (17:44 +0100)
Misc/NEWS.d/next/Security/2020-07-15-20-15-08.bpo-41304.vNEeYA.rst

index 90423e9a665fce3f83950a15d915236f82a4d7b2..8cc4bb8d280a72083940753439bd8625da4f0769 100644 (file)
@@ -1 +1 @@
-Fixes `python3x._pth` being ignored on Windows
+Fixes `python3x._pth` being ignored on Windows, caused by the fix for :issue:`29778` (CVE-2020-15801).