]> granicus.if.org Git - python/commitdiff
Add Misc/NEWS entry for changeset 0010cc5f22d4.
authorNadeem Vawda <nadeem.vawda@gmail.com>
Wed, 13 Apr 2011 05:35:29 +0000 (07:35 +0200)
committerNadeem Vawda <nadeem.vawda@gmail.com>
Wed, 13 Apr 2011 05:35:29 +0000 (07:35 +0200)
Misc/NEWS

index 5ac816503648cc98c09ab83433fee59df757b223..0179467d9355eb895e031503033b7d7a8b9187d7 100644 (file)
--- 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.