diff options
author | Nadeem Vawda <nadeem.vawda@gmail.com> | 2012-10-21 19:13:27 (GMT) |
---|---|---|
committer | Nadeem Vawda <nadeem.vawda@gmail.com> | 2012-10-21 19:13:27 (GMT) |
commit | 5f8f0d67771257e762b6ab1b2eaa807f4608c7f5 (patch) | |
tree | 43b573bb6b057afd57001a860d329d2d6dfb26fc /Misc | |
parent | 66510fedb410804b224360c6bf75041920b77709 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |