From: Nadeem Vawda Date: Wed, 13 Apr 2011 05:35:29 +0000 (+0200) Subject: Add Misc/NEWS entry for changeset 0010cc5f22d4. X-Git-Tag: v3.3.0a1~2598 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ccb16cb39c8040e44df3331d0b4058f9d38a14fa;p=python Add Misc/NEWS entry for changeset 0010cc5f22d4. --- diff --git a/Misc/NEWS b/Misc/NEWS index 5ac8165036..0179467d93 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -103,6 +103,8 @@ Core and Builtins Library ------- +- The bz2 module now handles 4GiB+ input buffers correctly. + - Issue #9233: Fix json.loads('{}') to return a dict (instead of a list), when _json is not available.