Add PEPs implemented in 3.7.0a4
This commit is contained in:
parent
782c072ba9
commit
f4b45c1ba5
|
@ -70,10 +70,14 @@ Expected:
|
|||
Features for 3.7
|
||||
================
|
||||
|
||||
Implemented changes for 3.7 (as of 3.7.0 alpha 3):
|
||||
Implemented changes for 3.7 (as of 3.7.0 alpha 4):
|
||||
|
||||
* :pep:`538`, Coercing the legacy C locale to a UTF-8 based locale
|
||||
* :pep:`539`, A New C-API for Thread-Local Storage in CPython
|
||||
* :pep:`540`, ``UTF-8`` mode
|
||||
* :pep:`552`, Deterministic ``pyc``s
|
||||
* :pep:`560`, Core support for typing module and generic types
|
||||
* :pep:`562`, Module __getattr__ and __dir__
|
||||
* :pep:`553`, Built-in breakpoint()
|
||||
* :pep:`557`, Data Classes
|
||||
* :pep:`564`, Time functions with nanosecond resolution
|
||||
|
|
Loading…
Reference in New Issue