Mention how Python/Python-ast.c must be committed separately after every change

to the grammar as its __version__ value is set to the AST grammar's revision
number.
This commit is contained in:
Brett Cannon 2007-02-12 03:00:05 +00:00
parent 343ecf5216
commit 6f2bca9fb2
1 changed files with 3 additions and 1 deletions

View File

@ -443,7 +443,9 @@ Important Files
Creates C structs corresponding to the ASDL types. Also
contains code for marshaling AST nodes (core ASDL types have
marshaling code in asdl.c). "File automatically generated by
Parser/asdl_c.py".
Parser/asdl_c.py". This file must be committed separately
after every grammar change is committed since the __version__
value is set to the latest grammar change revision number.
- asdl.c
Contains code to handle the ASDL sequence type. Also has code