[Python-Dev] cpython: bump ast version
Antoine Pitrou
solipsis at pitrou.net
Sun Mar 13 22:24:25 CET 2011
More information about the Python-Dev mailing list
Sun Mar 13 22:24:25 CET 2011
- Previous message: [Python-Dev] Submitting changes through Mercurial
- Next message: [Python-Dev] cpython: bump ast version
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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. Regards Antoine.
- Previous message: [Python-Dev] Submitting changes through Mercurial
- Next message: [Python-Dev] cpython: bump ast version
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list