http://hg.python.org/cpython/rev/e67eb5ec5627 changeset: 69322:e67eb5ec5627 user: Nadeem Vawda <nadeem.vawda at gmail.com> date: Wed Apr 13 07:35:29 2011 +0200 summary: Add Misc/NEWS entry for changeset 0010cc5f22d4. files: Misc/NEWS | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS --- a/Misc/NEWS +++ b/Misc/NEWS @@ -103,6 +103,8 @@ 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. -- Repository URL: http://hg.python.org/cpython