bpo-41304: Update NEWS to include CVE-2020-15801 reference (GH-21521)

(cherry picked from commit 164b04c47e)

Co-authored-by: Steve Dower <steve.dower@python.org>
This commit is contained in:
Miss Islington (bot) 2020-07-17 09:54:11 -07:00 committed by GitHub
parent ffeb920254
commit 79ed1a53fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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).