diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-04-12 23:35:21 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-04-12 23:35:21 (GMT) |
commit | 59c90c6cb24b91890dec4d39cf873944cac13c97 (patch) | |
tree | 1b56bd72cedd976c0cdac27a85ff979f11c80edb /Python | |
parent | 5809403e6d83be3649cc9453450ef48aaa425ab1 (diff) | |
parent | 62f8bcb0a46fc0d8747ba2ab7e8d7311d73f82f7 (diff) | |
download | cpython-59c90c6cb24b91890dec4d39cf873944cac13c97.zip cpython-59c90c6cb24b91890dec4d39cf873944cac13c97.tar.gz cpython-59c90c6cb24b91890dec4d39cf873944cac13c97.tar.bz2 |
merge 3.2
Diffstat (limited to 'Python')
-rw-r--r-- | Python/ast.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/ast.c b/Python/ast.c index e62a215..5b12da8 100644 --- a/Python/ast.c +++ b/Python/ast.c @@ -483,6 +483,7 @@ set_context(struct compiling *c, expr_ty e, expr_context_ty ctx, const node *n) case Set_kind: case Num_kind: case Str_kind: + case Bytes_kind: expr_name = "literal"; break; case Ellipsis_kind: |