On 2/11/07, Guido van Rossum <[EMAIL PROTECTED]> wrote: > On 2/11/07, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > > Actually, the regenerating should happen immediately after commit, > > as this bumps the revision number of the asdl file. This means > > you have to make two commits per AST grammar change: one to change > > the grammar, and the other to update the regenerated file. > > Is this documented somewhere? It wouldn't hurt if there was a pointer > to that documentation right next to the line in Python-ast.c that gets > modified by the regeneration. (I've been wondering about this a few > times myself.) >
Don't think so. How about this for wording for the file's documentation? /* File automatically generated by %s. This module must be committed separately from each AST grammar change; the __version__ number is set to the revision number of the commit containing the grammar change. */ -Brett _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com