Update pep 485 status; update pep 478
This commit is contained in:
parent
7fa4854058
commit
005aecce65
|
@ -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
|
||||
|
|
|
@ -3,7 +3,7 @@ Title: A Function for testing approximate equality
|
|||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Christopher Barker <Chris.Barker@noaa.gov>
|
||||
Status: Accepted
|
||||
Status: Final
|
||||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
Created: 20-Jan-2015
|
||||
|
|
Loading…
Reference in New Issue