[Python-checkins] peps: pep-0478: Add PEP 468

yury.selivanov python-checkins at python.org
Wed May 13 17:04:13 CEST 2015


https://hg.python.org/peps/rev/fa60d05ac87e
changeset:   5846:fa60d05ac87e
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Wed May 13 11:04:11 2015 -0400
summary:
  pep-0478: Add PEP 468

files:
  pep-0478.txt |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/pep-0478.txt b/pep-0478.txt
--- a/pep-0478.txt
+++ b/pep-0478.txt
@@ -79,6 +79,7 @@
 * 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
 
 
 

-- 
Repository URL: https://hg.python.org/peps


More information about the Python-checkins mailing list