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

mark.dickinson python-checkins at python.org
Sun May 23 15:26:49 CEST 2010


Author: mark.dickinson
Date: Sun May 23 15:26:48 2010
New Revision: 81485

Log:
Remove duplicate NEWS entry.

Modified:
   python/branches/py3k/Misc/NEWS

Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS	(original)
+++ python/branches/py3k/Misc/NEWS	Sun May 23 15:26:48 2010
@@ -19,12 +19,6 @@
   to unpredictable exceptions when combining integers and complex objects
   in sets or dicts.
 
-- Issue #8748: Fix comparisons between complex and integer objects.
-  These used to convert the integer object to a complex number before
-  doing the comparison, giving a potentially incorrect result when
-  that conversion involved precision loss.  (Ex: 2**53+1 ==
-  complex(2**53) returned True; now returns False.)
-
 - Issue #8766: Initialize _warnings module before importing the first module.
   Fix a crash if an empty directory called "encodings" exists in sys.path.
 


More information about the Python-checkins mailing list