]> granicus.if.org Git - python/commitdiff
Misc/NEWS entry for r73547
authorMark Dickinson <dickinsm@gmail.com>
Wed, 24 Jun 2009 19:01:32 +0000 (19:01 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Wed, 24 Jun 2009 19:01:32 +0000 (19:01 +0000)
Misc/NEWS

index 6d3686ba3a09bbd84518034df2ca899f6b513aeb..0f6f9018d324ebffb3cfd279cf5ea346bffbb149 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 3.1?
 Core and Builtins
 -----------------
 
+- Issue #6334: Fix bug in range length calculation for ranges with
+  large arguments.
+
 - Issue #6329: Fixed iteration for memoryview objects (it was being blocked
   because it wasn't recognized as a sequence).