]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-41304: Update NEWS to include CVE-2020-15801 reference (GH-21521)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 17 Jul 2020 16:54:11 +0000 (09:54 -0700)
committerGitHub <noreply@github.com>
Fri, 17 Jul 2020 16:54:11 +0000 (17:54 +0100)
(cherry picked from commit 164b04c47e61bd35d55e61bc74f9fd646eba81bb)

Co-authored-by: Steve Dower <steve.dower@python.org>
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).