Move the mock and buffer protocol PEPs to Final
This commit is contained in:
parent
8f65f0f068
commit
0127444359
|
@ -67,6 +67,7 @@ Implemented / Final PEPs:
|
||||||
* PEP 414: Explicit Unicode Literal for Python 3.3
|
* PEP 414: Explicit Unicode Literal for Python 3.3
|
||||||
* PEP 417: Including mock in the Standard Library
|
* PEP 417: Including mock in the Standard Library
|
||||||
* PEP 418: Add monotonic time, performance counter, and process time functions
|
* 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 3151: Reworking the OS and IO exception hierarchy
|
||||||
* PEP 3155: Qualified name for classes and functions
|
* PEP 3155: Qualified name for classes and functions
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ Title: Including mock in the Standard Library
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Michael Foord <michael@python.org>
|
Author: Michael Foord <michael@python.org>
|
||||||
Status: Accepted
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Created: 12-Mar-2012
|
Created: 12-Mar-2012
|
||||||
|
|
|
@ -3,7 +3,7 @@ Title: Revising the buffer protocol
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Travis Oliphant <oliphant@ee.byu.edu>, Carl Banks <pythondev@aerojockey.com>
|
Author: Travis Oliphant <oliphant@ee.byu.edu>, Carl Banks <pythondev@aerojockey.com>
|
||||||
Status: Accepted
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Created: 28-Aug-2006
|
Created: 28-Aug-2006
|
||||||
|
|
Loading…
Reference in New Issue