diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2009-06-24 19:01:32 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2009-06-24 19:01:32 (GMT) |
commit | ad1955671606601f621d9732b62bc366b0e53d1e (patch) | |
tree | dc1267d962737471a20749043d44799c800e49d9 /Misc | |
parent | eb36d31bb8d0fdf4be14fd14deaf88149e771417 (diff) | |
download | cpython-ad1955671606601f621d9732b62bc366b0e53d1e.zip cpython-ad1955671606601f621d9732b62bc366b0e53d1e.tar.gz cpython-ad1955671606601f621d9732b62bc366b0e53d1e.tar.bz2 |
Misc/NEWS entry for r73547
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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). |