commit | ad1955671606601f621d9732b62bc366b0e53d1e | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Wed Jun 24 19:01:32 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Wed Jun 24 19:01:32 2009 +0000 |
tree | dc1267d962737471a20749043d44799c800e49d9 | |
parent | eb36d31bb8d0fdf4be14fd14deaf88149e771417 [diff] [blame] |
Misc/NEWS entry for r73547
diff --git a/Misc/NEWS b/Misc/NEWS index 6d3686b..0f6f901 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,9 @@ 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).