]> granicus.if.org Git - python/commitdiff
Moved Misc/NEWS entry (issue #24270) to correct section.
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 1 Jun 2015 06:46:57 +0000 (09:46 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 1 Jun 2015 06:46:57 +0000 (09:46 +0300)
Misc/NEWS

index cbedd9c23b1577881c14ac10a1a3931eb6fcc13d..0d3a0f0d79375080f0f68ef9e023e3d173042e36 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -40,6 +40,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.
@@ -285,9 +288,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
 ----