[Python-checkins] r88047 - python/branches/py3k/Misc/NEWS
nick.coghlan
python-checkins at python.org
Sun Jan 16 14:08:48 CET 2011
Author: nick.coghlan
Date: Sun Jan 16 14:08:48 2011
New Revision: 88047
Log:
Add missing NEWS entry for r87948
Modified:
python/branches/py3k/Misc/NEWS
Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS (original)
+++ python/branches/py3k/Misc/NEWS Sun Jan 16 14:08:48 2011
@@ -22,6 +22,9 @@
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.
More information about the Python-checkins
mailing list