[pep-569] Update list of PEPs

This commit is contained in:
Łukasz Langa 2019-06-05 02:30:52 +02:00
parent 36ad1d44d5
commit 847a503b5f
No known key found for this signature in database
GPG Key ID: B26995E310250568
1 changed files with 5 additions and 1 deletions

View File

@ -74,10 +74,14 @@ Features for 3.8
Some of the notable features of Python 3.8 include:
* PEP 572, Assignment Expressions
* PEP 570, Positional-only arguments
* PEP 572, Assignment Expressions
* PEP 574, Pickle protocol 5 with out-of-band data
* PEP 578, Runtime audit hooks
* PEP 587, Python Initialization Configuration
* PEP 590, Vectorcall: a fast calling protocol for CPython
* Typing-related: PEP 591 (Final qualifier), PEP 586 (Literal types),
and PEP 589 (TypedDict)
* Parallel filesystem cache for compiled bytecode
* Debug builds share ABI as release builds
* f-strings support a handy ``=`` specifier for debugging