summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2017-02-04 23:14:18 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2017-02-04 23:14:18 (GMT)
commit43fec9b419512d67e94b26f7da24c8392e835517 (patch)
tree4e5b2625a30abe9ce6ee4f761d4067aa274b3a26 /Misc
parent38dbaced03e7406bf4b27489f5c7efc9188abc67 (diff)
parent722e3e2705e1f7dbbbc2ad58e2957f9fb759ad76 (diff)
downloadcpython-43fec9b419512d67e94b26f7da24c8392e835517.zip
cpython-43fec9b419512d67e94b26f7da24c8392e835517.tar.gz
cpython-43fec9b419512d67e94b26f7da24c8392e835517.tar.bz2
Merge issue #28164 and issue #29409
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9c0262c..03b6a19 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -871,6 +871,10 @@ 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.
- Issue #25778: winreg does not truncate string correctly (Patch by Eryk Sun)