[Python-checkins] cpython (merge 3.5 -> default): Moved Misc/NEWS entry (issue #24270) to correct section.

serhiy.storchaka python-checkins at python.org
Mon Jun 1 08:48:04 CEST 2015


https://hg.python.org/cpython/rev/ff1938d12240
changeset:   96449:ff1938d12240
parent:      96447:6ff4c9517b7c
parent:      96448:bbb3a3129c12
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Mon Jun 01 09:47:24 2015 +0300
summary:
  Moved Misc/NEWS entry (issue #24270) to correct section.

files:
  Misc/NEWS |  6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -52,6 +52,9 @@
 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 @@
 - 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
 ----
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list