diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2011-01-16 13:08:48 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2011-01-16 13:08:48 (GMT) |
commit | eea594b446af0019ebb680503d0e4a327e682955 (patch) | |
tree | 988b6f7a912e7e713fe9c9a82c15a99efa7a84d9 /Misc | |
parent | 92977092925c8e34bd52bc529dfad2b916839d0f (diff) | |
download | cpython-eea594b446af0019ebb680503d0e4a327e682955.zip cpython-eea594b446af0019ebb680503d0e4a327e682955.tar.gz cpython-eea594b446af0019ebb680503d0e4a327e682955.tar.bz2 |
Add missing NEWS entry for r87948
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |