summaryrefslogtreecommitdiff
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2017-02-04 15:19:46 -0800
committerSteve Dower <steve.dower@microsoft.com>2017-02-04 15:19:46 -0800
commit06c5773ee2e8365a84a4ed363d802c7dfa5c7dd8 (patch)
treed984cb394df1c10b3df0400d484ce1b6e3a70686 /Misc/NEWS
parent7fbf6af205939dee36bd679058140620a9efefe2 (diff)
parentd1d8706cdb77e2adbbb4110338dcda0e1811f892 (diff)
downloadcpython-06c5773ee2e8365a84a4ed363d802c7dfa5c7dd8.tar.gz
Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev)
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)