summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNadeem Vawda <nadeem.vawda@gmail.com>2012-10-21 19:16:58 (GMT)
committerNadeem Vawda <nadeem.vawda@gmail.com>2012-10-21 19:16:58 (GMT)
commit18b7fcc7a627733ae8f9d72cb1f95f3d7d40696e (patch)
tree79e60b669f4163236ff99523c5d4c3c05cc2ed10 /Misc
parent550841253fc237f7aed14663de9717d6313e340d (diff)
parent5f8f0d67771257e762b6ab1b2eaa807f4608c7f5 (diff)
downloadcpython-18b7fcc7a627733ae8f9d72cb1f95f3d7d40696e.zip
cpython-18b7fcc7a627733ae8f9d72cb1f95f3d7d40696e.tar.gz
cpython-18b7fcc7a627733ae8f9d72cb1f95f3d7d40696e.tar.bz2
Merge #14398: Fix size truncation and overflow bugs in bz2 module.
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 deedbdb..fe62aab 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -46,6 +46,8 @@ Core and Builtins
Library
-------
+- Issue #14398: Fix size truncation and overflow bugs in the bz2 module.
+
- Issue #16220: wsgiref now always calls close() on an iterable response.
Patch by Brent Tubbs.