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 488, elimination of PYO files
|
||||||
* PEP 484, type hints
|
* PEP 484, type hints
|
||||||
* PEP 489, redesigning extension module loading
|
* PEP 489, redesigning extension module loading
|
||||||
|
|
||||||
Accepted PEPs:
|
|
||||||
|
|
||||||
* PEP 485, math.isclose(), a function for testing approximate equality
|
* PEP 485, math.isclose(), a function for testing approximate equality
|
||||||
|
|
||||||
|
|
||||||
Proposed changes for 3.5:
|
Proposed changes for 3.5:
|
||||||
|
|
||||||
* PEP 431, improved support for time zone databases
|
* PEP 431, improved support for time zone databases
|
||||||
|
|
|
@ -3,7 +3,7 @@ Title: A Function for testing approximate equality
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Christopher Barker <Chris.Barker@noaa.gov>
|
Author: Christopher Barker <Chris.Barker@noaa.gov>
|
||||||
Status: Accepted
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Created: 20-Jan-2015
|
Created: 20-Jan-2015
|
||||||
|
|
Loading…
Reference in New Issue