Add missing NEWS entry for r87948

This commit is contained in:
Nick Coghlan 2011-01-16 13:08:48 +00:00
parent 9297709292
commit eea594b446
1 changed files with 3 additions and 0 deletions

View File

@ -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.