]> granicus.if.org Git - python/commitdiff
Add missing NEWS entry for r87948
authorNick Coghlan <ncoghlan@gmail.com>
Sun, 16 Jan 2011 13:08:48 +0000 (13:08 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Sun, 16 Jan 2011 13:08:48 +0000 (13:08 +0000)
Misc/NEWS

index 3a3c34b1b9b42dca00de725e2d89fbbafec0b6ab..aa361ee25f7252ad75fa785a1ae0c5718447c176 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -22,6 +22,9 @@ What's New in Python 3.2 Release Candidate 1
 Core and Builtins
 -----------------
 
+- Issue #10889: range indexing and slicing now works correctly on ranges with
+  a length that exceeds sys.maxsize
+
 - Issue #10892: Don't segfault when trying to delete __abstractmethods__ from a
   class.