diff --git a/pep-0492.txt b/pep-0492.txt index 168a7aa14..1596bc0ef 100644 --- a/pep-0492.txt +++ b/pep-0492.txt @@ -608,6 +608,9 @@ Grammar changes are also fairly minimal:: with_stmt | funcdef | classdef | decorated | async_stmt) + flow_stmt: (break_stmt | continue_stmt | return_stmt | + raise_stmt | yield_stmt | await_stmt) + atom: ('(' [yield_expr|await_expr|testlist_comp] ')' | '[' [testlist_comp] ']' | '{' [dictorsetmaker] '}' |