mirror of https://github.com/python/cpython
Moved Misc/NEWS entry (issue #24270) to correct section.
This commit is contained in:
commit
5b8b853900
|
@ -52,6 +52,9 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #24270: Add math.isclose() and cmath.isclose() functions as per PEP 485.
|
||||
Contributed by Chris Barker and Tal Einat.
|
||||
|
||||
- Issue #5633: Fixed timeit when the statement is a string and the setup is not.
|
||||
|
||||
- Issue #24326: Fixed audioop.ratecv() with non-default weightB argument.
|
||||
|
@ -300,9 +303,6 @@ Library
|
|||
- Issue #24298: Fix inspect.signature() to correctly unwrap wrappers
|
||||
around bound methods.
|
||||
|
||||
- Issue #24270: Add math.isclose() and cmath.isclose() functions as per PEP 485.
|
||||
Contributed by Chris Barker and Tal Einat.
|
||||
|
||||
IDLE
|
||||
----
|
||||
|
||||
|
|
Loading…
Reference in New Issue