parser: rename p_simple_expr to p_test, following Python grammar
authorStefan Behnel <scoder@users.berlios.de>
Thu, 6 May 2010 21:33:47 +0000 (23:33 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Thu, 6 May 2010 21:33:47 +0000 (23:33 +0200)
commit8dbe6a2d08379be5508a65cf3c5e9efd66bc77f4
tree191cb034e164c89e274eb6d275cb9a3743fed4a3
parent8efa5df286e3ea447981a3b0b8b3f2ef70d790dd
parser: rename p_simple_expr to p_test, following Python grammar
Cython/Compiler/Parsing.py