pep-537: Update the list of final peps (#558)
This commit is contained in:
parent
b53e0afd68
commit
5e2ecacfc8
|
@ -70,17 +70,20 @@ Expected:
|
|||
Features for 3.7
|
||||
================
|
||||
|
||||
Implemented changes for 3.7 (as of 3.7.0 alpha 4):
|
||||
Implemented PEPs for 3.7 (as of 3.7.0 beta 1):
|
||||
|
||||
* :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``
|
||||
* :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:`560`, Core support for typing module and generic types
|
||||
* :pep:`562`, Module ``__getattr__`` and ``__dir__``
|
||||
* :pep:`563`, Postponed Evaluation of Annotations
|
||||
* :pep:`564`, Time functions with nanosecond resolution
|
||||
* :pep:`565`, Show DeprecationWarning in __main__
|
||||
* :pep:`567`, Context Variables
|
||||
|
||||
Copyright
|
||||
=========
|
||||
|
|
Loading…
Reference in New Issue