commit | 5f8f0d67771257e762b6ab1b2eaa807f4608c7f5 | [log] [tgz] |
---|---|---|
author | Nadeem Vawda <nadeem.vawda@gmail.com> | Sun Oct 21 21:13:27 2012 +0200 |
committer | Nadeem Vawda <nadeem.vawda@gmail.com> | Sun Oct 21 21:13:27 2012 +0200 |
tree | 43b573bb6b057afd57001a860d329d2d6dfb26fc | |
parent | 66510fedb410804b224360c6bf75041920b77709 [diff] [blame] |
Issue #14398: Fix size truncation and overflow bugs in bz2 module.
diff --git a/Misc/NEWS b/Misc/NEWS index b68970a..5069d47 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -132,6 +132,8 @@ 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.