405 is implemented, not 421.
This commit is contained in:
parent
252e5fc4d5
commit
5967acd1b4
|
@ -62,6 +62,7 @@ Implemented / Final PEPs:
|
||||||
* PEP 380: Syntax for Delegating to a Subgenerator
|
* PEP 380: Syntax for Delegating to a Subgenerator
|
||||||
* PEP 393: Flexible String Representation
|
* PEP 393: Flexible String Representation
|
||||||
* PEP 399: Pure Python/C Accelerator Module Compatibility Requirements
|
* PEP 399: Pure Python/C Accelerator Module Compatibility Requirements
|
||||||
|
* PEP 405: Python Virtual Environments
|
||||||
* PEP 409: Suppressing exception context
|
* PEP 409: Suppressing exception context
|
||||||
* PEP 412: Key-Sharing Dictionary
|
* PEP 412: Key-Sharing Dictionary
|
||||||
* PEP 414: Explicit Unicode Literal for Python 3.3
|
* PEP 414: Explicit Unicode Literal for Python 3.3
|
||||||
|
@ -69,7 +70,6 @@ Implemented / Final PEPs:
|
||||||
* 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 420: Implicit Namespace Packages
|
* PEP 420: Implicit Namespace Packages
|
||||||
* PEP 421: Adding sys.implementation
|
|
||||||
* PEP 3118: Revising the buffer protocol (protocol semantics finalised)
|
* PEP 3118: Revising the buffer protocol (protocol semantics finalised)
|
||||||
* PEP 3144: IP Address manipulation library
|
* PEP 3144: IP Address manipulation library
|
||||||
* PEP 3151: Reworking the OS and IO exception hierarchy
|
* PEP 3151: Reworking the OS and IO exception hierarchy
|
||||||
|
@ -87,7 +87,7 @@ Candidate PEPs:
|
||||||
|
|
||||||
* PEP 362: Function Signature Object
|
* PEP 362: Function Signature Object
|
||||||
* PEP 397: Python launcher for Windows
|
* PEP 397: Python launcher for Windows
|
||||||
* PEP 405: Python Virtual Environments
|
* PEP 421: Adding sys.implementation
|
||||||
* PEP 3143: Standard daemon process library
|
* PEP 3143: Standard daemon process library
|
||||||
* PEP 3154: Pickle protocol version 4
|
* PEP 3154: Pickle protocol version 4
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue