PEP 420 is implemented.
This commit is contained in:
parent
e6febaf187
commit
c9a869d496
|
@ -68,6 +68,7 @@ Implemented / Final PEPs:
|
|||
* PEP 415: Implement context suppression with exception attributes
|
||||
* PEP 417: Including mock in the Standard Library
|
||||
* PEP 418: Add monotonic time, performance counter, and process time functions
|
||||
* PEP 420: Implicit Namespace Packages
|
||||
* PEP 3118: Revising the buffer protocol (protocol semantics finalised)
|
||||
* PEP 3144: IP Address manipulation library
|
||||
* PEP 3151: Reworking the OS and IO exception hierarchy
|
||||
|
@ -86,7 +87,6 @@ Candidate PEPs:
|
|||
* PEP 362: Function Signature Object
|
||||
* PEP 397: Python launcher for Windows
|
||||
* PEP 405: Python Virtual Environments
|
||||
* PEP 420: Implicit Namespace Packages
|
||||
* PEP 421: Adding sys.implementation
|
||||
* PEP 3143: Standard daemon process library
|
||||
* PEP 3154: Pickle protocol version 4
|
||||
|
|
Loading…
Reference in New Issue