Kaydet (Commit) 9c322fbe authored tarafından Martin v. Löwis's avatar Martin v. Löwis

The expression list in inheritance is not optional. Fixes #960448.

Will backport to 2.3.
üst 477c8563
......@@ -412,7 +412,7 @@ A class definition defines a class object (see section~\ref{types}):
{"class" \token{classname} [\token{inheritance}] ":"
\token{suite}}
\production{inheritance}
{"(" [\token{expression_list}] ")"}
{"(" \token{expression_list} ")"}
\production{classname}
{\token{identifier}}
\end{productionlist}
......
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