PEP 3144 and 415 are implemented.
This commit is contained in:
parent
70d39334ee
commit
e7606f50c9
|
@ -65,9 +65,11 @@ Implemented / Final PEPs:
|
|||
* PEP 409: Suppressing exception context
|
||||
* PEP 412: Key-Sharing Dictionary
|
||||
* PEP 414: Explicit Unicode Literal for Python 3.3
|
||||
* 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 3118: Revising the buffer protocol (protocol semantics finalised)
|
||||
* PEP 3144: IP Address manipulation library
|
||||
* PEP 3151: Reworking the OS and IO exception hierarchy
|
||||
* PEP 3155: Qualified name for classes and functions
|
||||
|
||||
|
@ -84,11 +86,9 @@ Candidate PEPs:
|
|||
* PEP 362: Function Signature Object
|
||||
* PEP 397: Python launcher for Windows
|
||||
* PEP 405: Python Virtual Environments
|
||||
* PEP 415: Implementing PEP 409 differently
|
||||
* PEP 420: Implicit Namespace Packages
|
||||
* PEP 421: Adding sys.implementation
|
||||
* PEP 3143: Standard daemon process library
|
||||
* PEP 3144: IP Address manipulation library
|
||||
* PEP 3154: Pickle protocol version 4
|
||||
|
||||
(Note that these are not accepted yet and even if they are, they might
|
||||
|
|
Loading…
Reference in New Issue