From d2ed46e51161ef82da1d4022778cf70dfbd42914 Mon Sep 17 00:00:00 2001 From: Larry Hastings Date: Wed, 4 Mar 2015 10:52:44 -0800 Subject: [PATCH] PEP 485 has been accepted, so it goes in the list for Python 3.5. --- pep-0478.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/pep-0478.txt b/pep-0478.txt index a3ef71de9..0818f4ae7 100644 --- a/pep-0478.txt +++ b/pep-0478.txt @@ -66,6 +66,7 @@ Accepted PEPs: * PEP 448, additional unpacking generalizations * PEP 471, os.scandir() * PEP 475, retrying system calls that fail with EINTR +* PEP 485, math.isclose(), a function for testing approximate equality * PEP 486, make the Python Launcher aware of virtual environments Proposed changes for 3.5: