cpython: ff1938d12240 (original) (raw)
Mercurial > cpython
changeset 96449:ff1938d12240
Moved Misc/NEWS entry (issue #24270) to correct section. [#24270]
Serhiy Storchaka storchaka@gmail.com | |
---|---|
date | Mon, 01 Jun 2015 09:47:24 +0300 |
parents | 6ff4c9517b7c(current diff)bbb3a3129c12(diff) |
children | 959e998aa167 |
files | Misc/NEWS |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-)[+] [-] Misc/NEWS 6 |
line wrap: on
line diff
--- a/Misc/NEWS +++ b/Misc/NEWS @@ -52,6 +52,9 @@ Core and Builtins Library ------- +- Issue #24270: Add math.isclose() and cmath.isclose() functions as per PEP 485.
- 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 @@ 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 ----