]> granicus.if.org Git - python/commitdiff
Misc/NEWS entry for r83751.
authorMark Dickinson <dickinsm@gmail.com>
Fri, 6 Aug 2010 09:38:58 +0000 (09:38 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Fri, 6 Aug 2010 09:38:58 +0000 (09:38 +0000)
Misc/NEWS

index abcb9d8ead71e76ad168cd60a4407f42f2ae34d0..0567a20d03812cc5d90f033220b6998d87558f8c 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -24,6 +24,10 @@ Core and Builtins
 Extensions
 ----------
 
+- Issue #9526: Remove some outdated (int) casts that were preventing
+  the array module from working correctly with arrays of more than
+  2**31 elements.
+
 - Fix memory leak in ssl._ssl._test_decode_cert.
 
 - Issue #8065: Fix memory leak in readline module (from failure to