Move the mock and buffer protocol PEPs to Final

This commit is contained in:
Nick Coghlan 2012-05-01 23:37:34 +10:00
parent 8f65f0f068
commit 0127444359
3 changed files with 3 additions and 2 deletions

View File

@ -67,6 +67,7 @@ Implemented / Final PEPs:
* PEP 414: Explicit Unicode Literal for Python 3.3
* PEP 417: Including mock in the Standard Library
* PEP 418: Add monotonic time, performance counter, and process time functions
* PEP 3118: Revising the buffer protocol (protocol semantics finalised)
* PEP 3151: Reworking the OS and IO exception hierarchy
* PEP 3155: Qualified name for classes and functions

View File

@ -3,7 +3,7 @@ Title: Including mock in the Standard Library
Version: $Revision$
Last-Modified: $Date$
Author: Michael Foord <michael@python.org>
Status: Accepted
Status: Final
Type: Standards Track
Content-Type: text/x-rst
Created: 12-Mar-2012

View File

@ -3,7 +3,7 @@ Title: Revising the buffer protocol
Version: $Revision$
Last-Modified: $Date$
Author: Travis Oliphant <oliphant@ee.byu.edu>, Carl Banks <pythondev@aerojockey.com>
Status: Accepted
Status: Final
Type: Standards Track
Content-Type: text/x-rst
Created: 28-Aug-2006