diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-02-03 07:30:51 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-02-03 07:30:51 (GMT) |
commit | 32ca3dcb97a75c05dc2b90c88bbf82a541c57c61 (patch) | |
tree | 60e9b695fbc4017a34f2202beef337eb01c347db /Misc | |
parent | 7a27c97216ef1a71bc26a559d7331523875a0c6f (diff) | |
parent | c057c3859c68f2e86c7a492ae8f8b4b3a3b136c8 (diff) | |
download | cpython-32ca3dcb97a75c05dc2b90c88bbf82a541c57c61.zip cpython-32ca3dcb97a75c05dc2b90c88bbf82a541c57c61.tar.gz cpython-32ca3dcb97a75c05dc2b90c88bbf82a541c57c61.tar.bz2 |
Issue #23099: Closing io.BytesIO with exported buffer is rejected now to
prevent corrupting exported buffer.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -232,6 +232,9 @@ Core and Builtins Library ------- +- Issue #23099: Closing io.BytesIO with exported buffer is rejected now to + prevent corrupting exported buffer. + - Issue #23326: Removed __ne__ implementations. Since fixing default __ne__ implementation in issue #21408 they are redundant. |