Fixed reference to Argument Clinic PEP in 3.5 schedule.

This commit is contained in:
Larry Hastings 2014-11-12 23:19:48 -08:00
parent 3aa848df58
commit 6f2bcd7d79
1 changed files with 1 additions and 1 deletions

View File

@ -68,11 +68,11 @@ Proposed changes for 3.5:
* 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
* PEP 441, improved Python zip application support
* PEP 447, support for __locallookup__ metaclass method
* PEP 448, additional unpacking generalizations
* PEP 455, key transforming dictionary
* PEP 457, a build tool generating boilerplate for extension modules
* PEP 475, retrying system calls that fail with EINTR