diff options
author | Guido van Rossum <guido@python.org> | 1997-04-16 00:34:46 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-04-16 00:34:46 (GMT) |
commit | 03a7466b8fe60e78d17427ca83d7e6d49889a3ce (patch) | |
tree | 2fb15aa883b1e6b0745cf5689845f52be7be777b /Python/graminit.c | |
parent | 7aa9fc5642a08cdb94b698a0610c9dca01fb4d56 (diff) | |
download | cpython-03a7466b8fe60e78d17427ca83d7e6d49889a3ce.zip cpython-03a7466b8fe60e78d17427ca83d7e6d49889a3ce.tar.gz cpython-03a7466b8fe60e78d17427ca83d7e6d49889a3ce.tar.bz2 |
OK, ready to make 'assert' a keyword (instead of '__assert__').
Diffstat (limited to 'Python/graminit.c')
-rw-r--r-- | Python/graminit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/graminit.c b/Python/graminit.c index 5671792..7b31a31 100644 --- a/Python/graminit.c +++ b/Python/graminit.c @@ -1377,7 +1377,7 @@ static label labels[124] = { {1, "exec"}, {293, 0}, {1, "in"}, - {1, "__assert__"}, + {1, "assert"}, {282, 0}, {283, 0}, {284, 0}, |