From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 17 Jul 2020 16:54:11 +0000 (-0700) Subject: bpo-41304: Update NEWS to include CVE-2020-15801 reference (GH-21521) X-Git-Tag: v3.8.5~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=79ed1a53fa44a1b74e3c24c9d5f698abd9610921;p=thirdparty%2FPython%2Fcpython.git bpo-41304: Update NEWS to include CVE-2020-15801 reference (GH-21521) (cherry picked from commit 164b04c47e61bd35d55e61bc74f9fd646eba81bb) Co-authored-by: Steve Dower --- 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).