[Python-checkins] r79457 - python/trunk/Misc/NEWS

mark.dickinson python-checkins at python.org
Sat Mar 27 12:14:37 CET 2010


Author: mark.dickinson
Date: Sat Mar 27 12:14:37 2010
New Revision: 79457

Log:
Add Misc/NEWS entry for r79455.

Modified:
   python/trunk/Misc/NEWS

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Sat Mar 27 12:14:37 2010
@@ -32,6 +32,11 @@
 Library
 -------
 
+- Comparisons using one of <, <=, >, >= between a complex instance and
+  a Fractions instance now raise TypeError instead of returning
+  True/False.  This makes Fraction <=> complex comparisons consistent with
+  int <=> complex, float <=> complex, and complex <=> complex comparisons.
+
 - logging: Added LOG_FTP to SysLogHandler and updated documentation.
 
 - Issue #8205: Remove the "Modules" directory from sys.path when Python is


More information about the Python-checkins mailing list