mirror of
https://github.com/python/cpython.git
synced 2025-09-22 16:33:26 +00:00
Add Misc/NEWS entry for r79455.
This commit is contained in:
parent
71b7fac07b
commit
9588d998d5
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue