summaryrefslogtreecommitdiff
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2017-02-04 15:14:18 -0800
committerSteve Dower <steve.dower@microsoft.com>2017-02-04 15:14:18 -0800
commit7fbf6af205939dee36bd679058140620a9efefe2 (patch)
tree7208d20bacae24a49a701c97189f28a840cb1b02 /Misc/NEWS
parent3b0e4320092ac0504b6670cafaf0301b908c91fc (diff)
parentb23f2a20c4a98dc6d012e9fd9ce36f7c83f79d57 (diff)
downloadcpython-7fbf6af205939dee36bd679058140620a9efefe2.tar.gz
Merge issue #28164 and issue #29409
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9c0262c5c4..03b6a19d1d 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)