]> granicus.if.org Git - python/commit
Modify Parser/asdl_c.py so that the __version__ number for Python/Python-ast.c
authorBrett Cannon <bcannon@gmail.com>
Mon, 12 Feb 2007 03:51:02 +0000 (03:51 +0000)
committerBrett Cannon <bcannon@gmail.com>
Mon, 12 Feb 2007 03:51:02 +0000 (03:51 +0000)
commit0db62aaf0987db16fc36d3331786168a70ccda8b
tree3ee770aec1fa6b83be80f500dad8c488d779804c
parentd080d4b0470aa9d7cbcf44378f1d8c88c5460d09
Modify Parser/asdl_c.py so that the __version__ number for Python/Python-ast.c
is specified at the top of the file.  Also add a note that Python/Python-ast.c
needs to be committed separately after a change to the AST grammar to capture
the revision number of the change (which is what __version__ is set to).
Include/Python-ast.h
Parser/asdl_c.py
Python/Python-ast.c