]> granicus.if.org Git - python/commit
Make 'as' an actual keyword when with's future statement is used. Not
authorThomas Wouters <thomas@python.org>
Tue, 28 Feb 2006 22:42:15 +0000 (22:42 +0000)
committerThomas Wouters <thomas@python.org>
Tue, 28 Feb 2006 22:42:15 +0000 (22:42 +0000)
commit8ae1295c5b6cfef0fc6db5c97fe68a0b40de8331
tree9f4e563b80a5748e23c5e15b56502731a12501cc
parent6cba25666c278760a9fea024948b8add7d5c4b1a
Make 'as' an actual keyword when with's future statement is used. Not
actually necessary for functionality, but good for transition.
Grammar/Grammar
Parser/parser.c
Parser/parsetok.c
Python/ast.c
Python/graminit.c