From 005aecce6574c0c50fad835b70b1b4c7c38d7f19 Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Sun, 31 May 2015 17:15:34 -0400 Subject: [PATCH] Update pep 485 status; update pep 478 --- pep-0478.txt | 4 +--- pep-0485.txt | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/pep-0478.txt b/pep-0478.txt index 41ab1980f..90b3b4f23 100644 --- a/pep-0478.txt +++ b/pep-0478.txt @@ -70,11 +70,9 @@ Implemented / Final PEPs: * PEP 488, elimination of PYO files * PEP 484, type hints * PEP 489, redesigning extension module loading - -Accepted PEPs: - * PEP 485, math.isclose(), a function for testing approximate equality + Proposed changes for 3.5: * PEP 431, improved support for time zone databases diff --git a/pep-0485.txt b/pep-0485.txt index bc87e8381..b9b2b63cc 100644 --- a/pep-0485.txt +++ b/pep-0485.txt @@ -3,7 +3,7 @@ Title: A Function for testing approximate equality Version: $Revision$ Last-Modified: $Date$ Author: Christopher Barker -Status: Accepted +Status: Final Type: Standards Track Content-Type: text/x-rst Created: 20-Jan-2015