summaryrefslogtreecommitdiff
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 03b6a19d1d..61d1e815f7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -871,6 +871,8 @@ Library
Windows
-------
+- Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev)
+
- Issue #28164: Correctly handle special console filenames (patch by Eryk Sun)
- Issue #29409: Implement PEP 529 for io.FileIO (Patch by Eryk Sun)