summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-02-03 00:00:18 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-02-03 00:00:18 (GMT)
commitc057c3859c68f2e86c7a492ae8f8b4b3a3b136c8 (patch)
treeb3002ee88ef675225cec5abe608ab934aefc6ae4 /Misc
parentb5e8e5755586820a278326e2aa55b8ff755f0a59 (diff)
downloadcpython-c057c3859c68f2e86c7a492ae8f8b4b3a3b136c8.zip
cpython-c057c3859c68f2e86c7a492ae8f8b4b3a3b136c8.tar.gz
cpython-c057c3859c68f2e86c7a492ae8f8b4b3a3b136c8.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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 976368e..6d58e8b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -56,6 +56,9 @@ Core and Builtins
Library
-------
+- Issue #23099: Closing io.BytesIO with exported buffer is rejected now to
+ prevent corrupting exported buffer.
+
- Issue #23363: Fix possible overflow in itertools.permutations.
- Issue #23364: Fix possible overflow in itertools.product.