On Wed, Apr 25, 2012 at 10:42 AM, Stefan Hajnoczi <stefa...@linux.vnet.ibm.com> wrote: > The newer "except <exception-type> as <exception>:" syntax is not > supported by Python 2.5, we need to use "except <exception-type>, > <exception>:". > > Tested all trace backends with Python 2.5.6. > > Reported-by: Andreas Färber <afaer...@suse.de> > Signed-off-by: Stefan Hajnoczi <stefa...@linux.vnet.ibm.com> > --- > scripts/tracetool.py | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-)
I just sent out a new series which makes the appopriate Python 2.4 fixes and adds a check to ./configure. This patch can be dropped. Stefan