summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2017-02-04 23:19:29 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2017-02-04 23:19:29 (GMT)
commit5f9193a6edf1864a243def36ec4d1277054236c6 (patch)
treec88222a6702078a2590a2b0d4ebd873c341ebd55 /Misc/NEWS
parent722e3e2705e1f7dbbbc2ad58e2957f9fb759ad76 (diff)
downloadcpython-5f9193a6edf1864a243def36ec4d1277054236c6.zip
cpython-5f9193a6edf1864a243def36ec4d1277054236c6.tar.gz
cpython-5f9193a6edf1864a243def36ec4d1277054236c6.tar.bz2
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 b3947a1..1ee289f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -146,6 +146,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)