Add PEP 456 to 3.4 release PEP

This commit is contained in:
Christian Heimes 2013-11-22 03:11:12 +01:00
parent 62e15dce0c
commit fe526d2a1f
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ Implemented / Final PEPs:
* PEP 445, a new C API for implementing custom memory allocators
* PEP 446, make newly created file descriptors not inherited by default
* PEP 450, basic statistics module for the standard library
* PEP 456, secure and interchangeable hash algorithm
Accepted but not yet implemented/merged: