PEP 649: Fix literal block syntax (#3125)
This commit is contained in:
parent
b49ab691d8
commit
63a594ff38
10
pep-0649.rst
10
pep-0649.rst
|
@ -693,12 +693,10 @@ that were permitted in stock semantics, but are disallowed when
|
|||
``from __future__ import annotations`` is active, and will have
|
||||
to be disallowed when this PEP is active:
|
||||
|
||||
```
|
||||
:=
|
||||
yield
|
||||
yield from
|
||||
await
|
||||
```
|
||||
* ``:=``
|
||||
* ``yield``
|
||||
* ``yield from``
|
||||
* ``await``
|
||||
|
||||
Changes to ``inspect.get_annotations`` and ``typing.get_type_hints``
|
||||
====================================================================
|
||||
|
|
Loading…
Reference in New Issue