summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-06-01 06:46:57 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-06-01 06:46:57 (GMT)
commit55a57b07667e9636a048deadac332551f433d28d (patch)
treea6c66a725d223a51ad0e7d319ba91b33125fac6e /Misc
parentc72056a1ae7db49932c0f3046dd047569f6ace23 (diff)
downloadcpython-55a57b07667e9636a048deadac332551f433d28d.zip
cpython-55a57b07667e9636a048deadac332551f433d28d.tar.gz
cpython-55a57b07667e9636a048deadac332551f433d28d.tar.bz2
Moved Misc/NEWS entry (issue #24270) to correct section.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index cbedd9c..0d3a0f0 100644
--- 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
----