summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2017-02-04 22:38:11 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2017-02-04 22:38:11 (GMT)
commiteacee98679f324fca16852871e76f7be3a685b7c (patch)
treebb911295a4cbe8f7ed56a85de3445f2c1f7c913e /Misc
parentbf0fc39edb87c71ec1c4ef8353f8d72bb7bb9d1b (diff)
downloadcpython-eacee98679f324fca16852871e76f7be3a685b7c.zip
cpython-eacee98679f324fca16852871e76f7be3a685b7c.tar.gz
cpython-eacee98679f324fca16852871e76f7be3a685b7c.tar.bz2
Issue #29409: Implement PEP 529 for io.FileIO (Patch by Eryk Sun)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0bfd52f..90178ec 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -146,6 +146,8 @@ Library
Windows
-------
+- 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)