cpython: evidently some buildbots don't have python 3 installed

Dec. 29, 2011
6:07 p.m.
http://hg.python.org/cpython/rev/7010fa9bd190 changeset: 74197:7010fa9bd190 user: Benjamin Peterson <benjamin@python.org> date: Thu Dec 29 12:07:21 2011 -0600 summary: evidently some buildbots don't have python 3 installed files: Parser/asdl_c.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Parser/asdl_c.py b/Parser/asdl_c.py --- a/Parser/asdl_c.py +++ b/Parser/asdl_c.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#! /usr/bin/env python """Generate C code from an ASDL description.""" # TO DO -- Repository URL: http://hg.python.org/cpython
4883
Age (days ago)
4883
Last active (days ago)
0 comments
1 participants
participants (1)
-
benjamin.peterson