qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] tracetool: use Python 2.5-compatible exception


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH] tracetool: use Python 2.5-compatible exception handling syntax
Date: Fri, 27 Apr 2012 15:24:44 +0100

On Wed, Apr 25, 2012 at 10:42 AM, Stefan Hajnoczi
<address@hidden> 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 <address@hidden>
> Signed-off-by: Stefan Hajnoczi <address@hidden>
> ---
>  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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]