bpo-41304: Update NEWS to include CVE-2020-15801 reference (GH-21521) · python/cpython@79ed1a5 (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 79ed1a5
and
authored
(cherry picked from commit 164b04c) Co-authored-by: Steve Dower steve.dower@python.org
File tree
1 file changed
lines changed
- Misc/NEWS.d/next/Security
1 file changed
lines changed
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1 | -Fixes `python3x._pth` being ignored on Windows | |
1 | +Fixes `python3x._pth` being ignored on Windows, caused by the fix for :issue:`29778` (CVE-2020-15801). |