]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add Misc/NEWS entry for r79455.
authorMark Dickinson <dickinsm@gmail.com>
Sat, 27 Mar 2010 11:14:37 +0000 (11:14 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sat, 27 Mar 2010 11:14:37 +0000 (11:14 +0000)
Misc/NEWS

index 581ee9a0d5d6b4a302a27ad0ce841c97e76f6d1b..e8fc0b080250845e59700bb479bfda9677d096c7 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -32,6 +32,11 @@ Core and Builtins
 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