update symbol.py for yield from grammar changes (closes #17132)
This commit is contained in:
parent
003472a645
commit
16d86aa69d
@ -91,6 +91,7 @@ comp_for = 333
|
|||||||
comp_if = 334
|
comp_if = 334
|
||||||
encoding_decl = 335
|
encoding_decl = 335
|
||||||
yield_expr = 336
|
yield_expr = 336
|
||||||
|
yield_arg = 337
|
||||||
#--end constants--
|
#--end constants--
|
||||||
|
|
||||||
sym_name = {}
|
sym_name = {}
|
||||||
|
@ -163,6 +163,8 @@ Core and Builtins
|
|||||||
Library
|
Library
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
- Issue #17132: Update symbol for "yield from" grammar changes.
|
||||||
|
|
||||||
- Issue #17076: Make copying of xattrs more permissive of missing FS support.
|
- Issue #17076: Make copying of xattrs more permissive of missing FS support.
|
||||||
Patch by Thomas Wouters.
|
Patch by Thomas Wouters.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user