[Python-checkins] r73548 - python/branches/py3k/Misc/NEWS

mark.dickinson python-checkins at python.org
Wed Jun 24 21:01:32 CEST 2009


Author: mark.dickinson
Date: Wed Jun 24 21:01:32 2009
New Revision: 73548

Log:
Misc/NEWS entry for r73547

Modified:
   python/branches/py3k/Misc/NEWS

Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS	(original)
+++ python/branches/py3k/Misc/NEWS	Wed Jun 24 21:01:32 2009
@@ -12,6 +12,9 @@
 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).
 


More information about the Python-checkins mailing list