Add PEPs implemented in 3.7.0a4

This commit is contained in:
Ned Deily 2018-01-08 23:24:42 -05:00 committed by GitHub
parent 782c072ba9
commit f4b45c1ba5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

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