Commit eea594b4 authored by Nick Coghlan's avatar Nick Coghlan

Add missing NEWS entry for r87948

parent 92977092
...@@ -22,6 +22,9 @@ What's New in Python 3.2 Release Candidate 1 ...@@ -22,6 +22,9 @@ What's New in Python 3.2 Release Candidate 1
Core and Builtins 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 - Issue #10892: Don't segfault when trying to delete __abstractmethods__ from a
class. class.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment