[Python-checkins] peps: PEP 485 has been accepted, so it goes in the list for Python 3.5.

larry.hastings python-checkins at python.org
Wed Mar 4 19:52:50 CET 2015


https://hg.python.org/peps/rev/a9d52dee7afe
changeset:   5720:a9d52dee7afe
user:        Larry Hastings <larry at hastings.org>
date:        Wed Mar 04 10:52:44 2015 -0800
summary:
  PEP 485 has been accepted, so it goes in the list for Python 3.5.

files:
  pep-0478.txt |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/pep-0478.txt b/pep-0478.txt
--- a/pep-0478.txt
+++ b/pep-0478.txt
@@ -66,6 +66,7 @@
 * 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:

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


More information about the Python-checkins mailing list