diff options
author | Jesus Cea <jcea@jcea.es> | 2012-10-04 10:37:56 (GMT) |
---|---|---|
committer | Jesus Cea <jcea@jcea.es> | 2012-10-04 10:37:56 (GMT) |
commit | dc469454ec997166aea062f5727a8d59bab2f7a0 (patch) | |
tree | d8f0d7ff0a05298ad7c79314eab6e06e964099a6 /Misc | |
parent | 279ed3cc55e786c96c11aa9f224c507de5024099 (diff) | |
download | cpython-dc469454ec997166aea062f5727a8d59bab2f7a0.zip cpython-dc469454ec997166aea062f5727a8d59bab2f7a0.tar.gz cpython-dc469454ec997166aea062f5727a8d59bab2f7a0.tar.bz2 |
Closes #15488: Closed files keep their buffer alive
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -24,6 +24,9 @@ Core and Builtins - Issue #15839: Convert SystemErrors in `super()` to RuntimeErrors. +- Issue #15448: Buffered IO now frees the buffer when closed, instead + of when deallocating. + - Issue #15846: Fix SystemError which happened when using `ast.parse()` in an exception handler on code with syntax errors. |