bpo-42381: Document walrus-related syntax changes in whatsnew (GH-23382)
Automerge-Triggered-By: GH:lysnikolaou
This commit is contained in:
parent
6f4635fe20
commit
a85fefe71b
|
@ -154,6 +154,9 @@ Other Language Changes
|
|||
:meth:`~object.__index__` method).
|
||||
(Contributed by Serhiy Storchaka in :issue:`37999`.)
|
||||
|
||||
* Assignment expressions can now be used unparenthesized within set literals
|
||||
and set comprehensions, as well as in sequence indexes (but not slices).
|
||||
|
||||
|
||||
New Modules
|
||||
===========
|
||||
|
|
Loading…
Reference in New Issue