Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c72056a commit 55a57b0Copy full SHA for 55a57b0
1 file changed
Misc/NEWS
@@ -40,6 +40,9 @@ Core and Builtins
40
Library
41
-------
42
43
+- Issue #24270: Add math.isclose() and cmath.isclose() functions as per PEP 485.
44
+ Contributed by Chris Barker and Tal Einat.
45
+
46
- Issue #5633: Fixed timeit when the statement is a string and the setup is not.
47
48
- Issue #24326: Fixed audioop.ratecv() with non-default weightB argument.
@@ -285,9 +288,6 @@ Library
285
288
- Issue #24298: Fix inspect.signature() to correctly unwrap wrappers
286
289
around bound methods.
287
290
-- Issue #24270: Add math.isclose() and cmath.isclose() functions as per PEP 485.
- Contributed by Chris Barker and Tal Einat.
-
291
IDLE
292
----
293
0 commit comments