Modify Parser/asdl_c.py so that the __version__ number for Python/Python-ast.c
commit9d700577bf2cb866cada6745bfe94ff58bfce183
authorbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Mon, 12 Feb 2007 03:51:02 +0000 (12 03:51 +0000)
committerbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Mon, 12 Feb 2007 03:51:02 +0000 (12 03:51 +0000)
treef0c85be47dd655f7f62e5f028885779ddc313706
parentbe2f5e98a456c2097152ecb042ffb3f7ff857ddb
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).

git-svn-id: http://svn.python.org/projects/python/trunk@53751 6015fed2-1504-0410-9fe1-9d1591cc4771
Include/Python-ast.h
Parser/asdl_c.py
Python/Python-ast.c