Commit 55a57b07 authored by Serhiy Storchaka's avatar Serhiy Storchaka

Moved Misc/NEWS entry (issue #24270) to correct section.

parent c72056a1
...@@ -40,6 +40,9 @@ Core and Builtins ...@@ -40,6 +40,9 @@ Core and Builtins
Library 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 #5633: Fixed timeit when the statement is a string and the setup is not.
- Issue #24326: Fixed audioop.ratecv() with non-default weightB argument. - Issue #24326: Fixed audioop.ratecv() with non-default weightB argument.
...@@ -285,9 +288,6 @@ Library ...@@ -285,9 +288,6 @@ Library
- Issue #24298: Fix inspect.signature() to correctly unwrap wrappers - Issue #24298: Fix inspect.signature() to correctly unwrap wrappers
around bound methods. around bound methods.
- Issue #24270: Add math.isclose() and cmath.isclose() functions as per PEP 485.
Contributed by Chris Barker and Tal Einat.
IDLE IDLE
---- ----
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment