[Python-Dev] cpython: bump ast version
Benjamin Peterson
benjamin at python.org
Sun Mar 13 22:27:28 CET 2011
More information about the Python-Dev mailing list
Sun Mar 13 22:27:28 CET 2011
- Previous message: [Python-Dev] cpython: bump ast version
- Next message: [Python-Dev] cpython: bump ast version
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
2011/3/13 Antoine Pitrou <solipsis at pitrou.net>: > On Sun, 13 Mar 2011 01:34:21 +0100 > benjamin.peterson <python-checkins at python.org> wrote: >> http://hg.python.org/cpython/rev/52940f7f3726 >> changeset: 68416:52940f7f3726 >> user: Benjamin Peterson <benjamin at python.org> >> date: Sat Mar 12 18:35:23 2011 -0600 >> summary: >> bump ast version >> >> files: >> Python/Python-ast.c >> >> diff --git a/Python/Python-ast.c b/Python/Python-ast.c >> --- a/Python/Python-ast.c >> +++ b/Python/Python-ast.c >> @@ -2,7 +2,7 @@ >> >> >> /* >> - __version__ 68409:c017695acf19. >> + __version__ 68410:0daa6ba25d9b. > > Is the version number necessary? It is local to the repository of the > person regenerating the file, and therefore not very reliable (for > example, 68410 on hg.python.org points to > http://hg.python.org/cpython/rev/f757b3b79c2a). > > The changeset id should be sufficient. I thought people might be comparing based on version numbers. -- Regards, Benjamin
- Previous message: [Python-Dev] cpython: bump ast version
- Next message: [Python-Dev] cpython: bump ast version
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list