]> granicus.if.org Git - python/commit
When regenerating files like Python-ast.h, take care that the generated
authorArmin Rigo <arigo@tunes.org>
Wed, 14 Dec 2005 18:05:14 +0000 (18:05 +0000)
committerArmin Rigo <arigo@tunes.org>
Wed, 14 Dec 2005 18:05:14 +0000 (18:05 +0000)
commit6b1793ff8844d277047493915869c1ff98d4efd5
treed12521fc2d712276ada5a69214538fdcf60b0175
parentd39683396bf499aae0fd7978ac70a56e32407cab
When regenerating files like Python-ast.h, take care that the generated
comment based on 'sys.args[0]' does not depend on the path.  For Python
builds from a remote directory ("/path/to/configure; make") the previous
logic used to include the "/path/to" portion in Python-ast.h.  Then svn
would consider this file to be locally modified.
Parser/asdl_c.py