summaryrefslogtreecommitdiffstats
path: root/Include/Python-ast.h
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2007-02-12 03:51:02 (GMT)
committerBrett Cannon <bcannon@gmail.com>2007-02-12 03:51:02 (GMT)
commit0db62aaf0987db16fc36d3331786168a70ccda8b (patch)
tree3ee770aec1fa6b83be80f500dad8c488d779804c /Include/Python-ast.h
parentd080d4b0470aa9d7cbcf44378f1d8c88c5460d09 (diff)
downloadcpython-0db62aaf0987db16fc36d3331786168a70ccda8b.zip
cpython-0db62aaf0987db16fc36d3331786168a70ccda8b.tar.gz
cpython-0db62aaf0987db16fc36d3331786168a70ccda8b.tar.bz2
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).
Diffstat (limited to 'Include/Python-ast.h')
-rw-r--r--Include/Python-ast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/Python-ast.h b/Include/Python-ast.h
index 5d4147b..8b395a8 100644
--- a/Include/Python-ast.h
+++ b/Include/Python-ast.h
@@ -1,4 +1,4 @@
-/* File automatically generated by Parser/asdl_c.py */
+/* File automatically generated by Parser/asdl_c.py. */
#include "asdl.h"