Commit 3b716046 authored by Guido van Rossum's avatar Guido van Rossum

Committing the correct graminit.c; also changed confusing comments in Grammar.

parent ed49c5e3
......@@ -77,8 +77,7 @@
# Start symbols for the grammar:
# single_input is a single interactive statement;
# file_input is a module or sequence of commands read from an input file;
# expr_input is the input for the input() function;
# eval_input is the input for the eval() function;
# eval_input is the input for the eval() and input() functions;
# lambda_input is the input for the proposed lambda() function.
# NB: compound_stmt in single_input is followed by extra NEWLINE!
......
This diff is collapsed.
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