pep-0455: Update status.

This commit is contained in:
Yury Selivanov 2015-05-14 22:36:30 -04:00
parent 7f5989e99b
commit 017d224b32
1 changed files with 6 additions and 1 deletions

View File

@ -4,7 +4,7 @@ Version: $Revision$
Last-Modified: $Date$
Author: Antoine Pitrou <solipsis@pitrou.net>
BDFL-Delegate: Raymond Hettinger
Status: Draft
Status: Rejected
Type: Standards Track
Content-Type: text/x-rst
Created: 13-Sep-2013
@ -20,6 +20,11 @@ called "TransformDict" in this PEP. This structure is a mutable mapping
which transforms the key using a given function when doing a lookup, but
retains the original key when reading.
Rejection
---------
See https://mail.python.org/pipermail/python-dev/2015-May/140003.html
Rationale
=========