summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-04-10 13:16:16 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-04-10 13:16:16 (GMT)
commit71fd224af0c8cb15039fce3c8aaeabb7215518df (patch)
treed50c2913a4d14c3ddc9c56775171c380835e2bb5 /Misc
parentcd092efb16113db0ac24a44dd5584552cd10a4ca (diff)
downloadcpython-71fd224af0c8cb15039fce3c8aaeabb7215518df.zip
cpython-71fd224af0c8cb15039fce3c8aaeabb7215518df.tar.gz
cpython-71fd224af0c8cb15039fce3c8aaeabb7215518df.tar.bz2
Issue #21859: Added Python implementation of io.FileIO.
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 7f91349..cee7db8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -19,6 +19,8 @@ Core and Builtins
Library
-------
+- Issue #21859: Added Python implementation of io.FileIO.
+
- Issue #23865: close() methods in multiple modules now are idempotent and more
robust at shutdown. If needs to release multiple resources, they are released
even if errors are occured.