mirror of
https://github.com/python/cpython.git
synced 2025-07-09 20:35:26 +00:00
bpo-35877: Make parenthesis optional for named expression in while statement (GH-11724)
* Add parenthesis optional in named expressions for while statement * Add NEWS entry
This commit is contained in:
parent
85d83ec7c9
commit
d4fceaafb8
4 changed files with 5 additions and 2 deletions
|
@ -971,7 +971,7 @@ static arc arcs_42_0[1] = {
|
|||
{103, 1},
|
||||
};
|
||||
static arc arcs_42_1[1] = {
|
||||
{26, 2},
|
||||
{99, 2},
|
||||
};
|
||||
static arc arcs_42_2[1] = {
|
||||
{27, 3},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue