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

mark.dickinson python-checkins at python.org
Fri Jun 11 12:46:57 CEST 2010


Author: mark.dickinson
Date: Fri Jun 11 12:46:57 2010
New Revision: 81894

Log:
Fix issue number typo.

Modified:
   python/branches/py3k/Misc/NEWS

Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS	(original)
+++ python/branches/py3k/Misc/NEWS	Fri Jun 11 12:46:57 2010
@@ -417,7 +417,7 @@
 Library
 -------
 
-- Issue #8118: Comparisons between Decimal and Fraction objects are
+- Issue #8188: Comparisons between Decimal and Fraction objects are
   now permitted, returning a result based on the exact numerical
   values of the operands.  This builds on issue #2531, which allowed
   Decimal-to-float comparisons;  all comparisons involving numeric
@@ -722,7 +722,7 @@
   instances now return a result based on the numeric values of the
   operands;  previously they returned an arbitrary result based on
   the relative ordering of id(float) and id(Decimal).  See also
-  issue #8118, which adds Decimal-to-Fraction comparisons.
+  issue #8188, which adds Decimal-to-Fraction comparisons.
 
 - Added a subtract() method to collections.Counter().
 


More information about the Python-checkins mailing list