[pep-569] Update list of PEPs
This commit is contained in:
parent
36ad1d44d5
commit
847a503b5f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue