summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNadeem Vawda <nadeem.vawda@gmail.com>2012-10-21 19:13:27 (GMT)
committerNadeem Vawda <nadeem.vawda@gmail.com>2012-10-21 19:13:27 (GMT)
commit5f8f0d67771257e762b6ab1b2eaa807f4608c7f5 (patch)
tree43b573bb6b057afd57001a860d329d2d6dfb26fc /Misc
parent66510fedb410804b224360c6bf75041920b77709 (diff)
downloadcpython-5f8f0d67771257e762b6ab1b2eaa807f4608c7f5.zip
cpython-5f8f0d67771257e762b6ab1b2eaa807f4608c7f5.tar.gz
cpython-5f8f0d67771257e762b6ab1b2eaa807f4608c7f5.tar.bz2
Issue #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 b68970a..5069d47 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -132,6 +132,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.