pep-0478: Mention PEP 484

This commit is contained in:
Yury Selivanov 2015-05-13 16:07:26 -04:00
parent a58b01c2e9
commit 1afe7c75fc
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ 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