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

This commit is contained in:
Steve Dower 2020-07-17 17:44:27 +01:00 committed by GitHub
parent cb9879b948
commit 164b04c47e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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