From: Steve Dower Date: Fri, 17 Jul 2020 16:44:27 +0000 (+0100) Subject: bpo-43104: Update NEWS to include CVE-2020-15801 reference (GH-21521) X-Git-Tag: v3.10.0a1~379 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=164b04c47e61bd35d55e61bc74f9fd646eba81bb;p=thirdparty%2FPython%2Fcpython.git bpo-43104: Update NEWS to include CVE-2020-15801 reference (GH-21521) --- diff --git a/Misc/NEWS.d/next/Security/2020-07-15-20-15-08.bpo-41304.vNEeYA.rst b/Misc/NEWS.d/next/Security/2020-07-15-20-15-08.bpo-41304.vNEeYA.rst index 90423e9a665f..8cc4bb8d280a 100644 --- a/Misc/NEWS.d/next/Security/2020-07-15-20-15-08.bpo-41304.vNEeYA.rst +++ b/Misc/NEWS.d/next/Security/2020-07-15-20-15-08.bpo-41304.vNEeYA.rst @@ -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).