summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2017-02-04 23:07:46 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2017-02-04 23:07:46 (GMT)
commit722e3e2705e1f7dbbbc2ad58e2957f9fb759ad76 (patch)
tree934a9999e405917ffcb1086b3e590d902a465ae3 /Misc/NEWS
parenteacee98679f324fca16852871e76f7be3a685b7c (diff)
downloadcpython-722e3e2705e1f7dbbbc2ad58e2957f9fb759ad76.zip
cpython-722e3e2705e1f7dbbbc2ad58e2957f9fb759ad76.tar.gz
cpython-722e3e2705e1f7dbbbc2ad58e2957f9fb759ad76.tar.bz2
Issue #28164: Correctly handle special console filenames (patch by Eryk Sun)
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 90178ec..b3947a1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -146,6 +146,8 @@ Library
Windows
-------
+- Issue #28164: Correctly handle special console filenames (patch by Eryk Sun)
+
- Issue #29409: Implement PEP 529 for io.FileIO (Patch by Eryk Sun)
- Issue #29392: Prevent crash when passing invalid arguments into msvcrt module.