summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNadeem Vawda <nadeem.vawda@gmail.com>2011-04-13 05:35:29 (GMT)
committerNadeem Vawda <nadeem.vawda@gmail.com>2011-04-13 05:35:29 (GMT)
commitccb16cb39c8040e44df3331d0b4058f9d38a14fa (patch)
tree4ff12260b0fa02ac09f9aeadffcd0add7ba7ef6c
parent7d01e78c9e5088a0373d87a1845b63ebc5e981da (diff)
downloadcpython-ccb16cb39c8040e44df3331d0b4058f9d38a14fa.zip
cpython-ccb16cb39c8040e44df3331d0b4058f9d38a14fa.tar.gz
cpython-ccb16cb39c8040e44df3331d0b4058f9d38a14fa.tar.bz2
Add Misc/NEWS entry for changeset 0010cc5f22d4.
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5ac8165..0179467 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.