Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 55a57b0

Browse files
Moved Misc/NEWS entry (issue #24270) to correct section.
1 parent c72056a commit 55a57b0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Misc/NEWS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ Core and Builtins
4040
Library
4141
-------
4242

43+
- Issue #24270: Add math.isclose() and cmath.isclose() functions as per PEP 485.
44+
Contributed by Chris Barker and Tal Einat.
45+
4346
- Issue #5633: Fixed timeit when the statement is a string and the setup is not.
4447

4548
- Issue #24326: Fixed audioop.ratecv() with non-default weightB argument.
@@ -285,9 +288,6 @@ Library
285288
- Issue #24298: Fix inspect.signature() to correctly unwrap wrappers
286289
around bound methods.
287290

288-
- Issue #24270: Add math.isclose() and cmath.isclose() functions as per PEP 485.
289-
Contributed by Chris Barker and Tal Einat.
290-
291291
IDLE
292292
----
293293

0 commit comments

Comments
 (0)