summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2010-08-06 09:38:58 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2010-08-06 09:38:58 (GMT)
commit4f3086f264742c5c09cc658fb2031773554eccea (patch)
tree5dd75eda8cd0d5676c50b5e77b266ff9a9d5acfb /Misc
parent346f0af4f686176f985de8e2cfd38d28b6fc6ab5 (diff)
downloadcpython-4f3086f264742c5c09cc658fb2031773554eccea.zip
cpython-4f3086f264742c5c09cc658fb2031773554eccea.tar.gz
cpython-4f3086f264742c5c09cc658fb2031773554eccea.tar.bz2
Misc/NEWS entry for r83751.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index abcb9d8..0567a20 100644
--- 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