pep-0478: Add PEP 468

This commit is contained in:
Yury Selivanov 2015-05-13 11:04:11 -04:00
parent d49bf3eee4
commit 20c42ed498
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ Proposed changes for 3.5:
* PEP 436, a build tool generating boilerplate for extension modules
* PEP 447, support for __locallookup__ metaclass method
* PEP 455, key transforming dictionary
* PEP 468, preserving the order of **kwargs in a function