pep-537: Update the list of final peps (#558)

This commit is contained in:
Yury Selivanov 2018-01-27 15:59:02 -05:00 committed by GitHub
parent b53e0afd68
commit 5e2ecacfc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 3 deletions

View File

@ -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
=========