summaryrefslogtreecommitdiff
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2017-02-04 14:38:11 -0800
committerSteve Dower <steve.dower@microsoft.com>2017-02-04 14:38:11 -0800
commit34dd8d03f4f431092f5bf3adb6a59b423f196a53 (patch)
tree175c25bfb77749c85186680485c123a18c22f29c /Misc/NEWS
parentb2fa705fd3887c326e811c418469c784353027f4 (diff)
downloadcpython-34dd8d03f4f431092f5bf3adb6a59b423f196a53.tar.gz
Issue #29409: Implement PEP 529 for io.FileIO (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 0bfd52f7ed..90178ecb8d 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)