diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-04-10 13:16:16 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-04-10 13:16:16 (GMT) |
commit | 71fd224af0c8cb15039fce3c8aaeabb7215518df (patch) | |
tree | d50c2913a4d14c3ddc9c56775171c380835e2bb5 /Misc | |
parent | cd092efb16113db0ac24a44dd5584552cd10a4ca (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |