Commit 25b5358c authored by Fred Drake's avatar Fred Drake

Add definitions of the test and testlist symbols in the grammar so

there are no gaps in the definitions.
Closes SF bug #726150.
parent f8ecde5d
......@@ -153,6 +153,11 @@ A list display is a possibly empty series of expressions enclosed in
square brackets:
\begin{productionlist}
\production{test}
{\token{and_test} ( "or" \token{and_test} )*
| \token{lambda_form}}
\production{testlist}
{\token{test} ( "," \token{test} )* [ "," ]}
\production{list_display}
{"[" [\token{listmaker}] "]"}
\production{listmaker}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment