https://hg.python.org/cpython/rev/f4cc6a62bd0d changeset: 104044:f4cc6a62bd0d branch: 2.7 user: Martin Panter <vadmium+py at gmail.com> date: Sat Sep 24 05:38:14 2016 +0000 summary: Revert unintended commit to asdl_c.py 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 python2 +#! /usr/bin/env python """Generate C code from an ASDL description.""" # TO DO -- Repository URL: https://hg.python.org/cpython