pep-478: Promote PEPs 484 & 489 to Implemented/Final section

This commit is contained in:
Yury Selivanov 2015-05-22 18:46:38 -04:00
parent 23ee38fc29
commit 2a9f8366c3
1 changed files with 2 additions and 2 deletions

View File

@ -67,6 +67,8 @@ Implemented / Final PEPs:
* PEP 475, retrying system calls that fail with EINTR
* PEP 492, coroutines with async and await syntax
* PEP 488, elimination of PYO files
* PEP 484, type hints
* PEP 489, redesigning extension module loading
Accepted PEPs:
@ -74,8 +76,6 @@ Accepted PEPs:
Proposed changes for 3.5:
* PEP 484, type hints
* PEP 489, redesigning extension module loading
* PEP 431, improved support for time zone databases
* PEP 432, simplifying Python's startup sequence
* PEP 436, a build tool generating boilerplate for extension modules