[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v2] Remove Python 2.5 syntax from scripts/qapi-v
From: |
Stefan Hajnoczi |
Subject: |
Re: [Qemu-devel] [PATCH v2] Remove Python 2.5 syntax from scripts/qapi-visit.py |
Date: |
Thu, 29 Aug 2013 13:20:21 +0200 |
On Thu, Aug 29, 2013 at 1:03 PM, Charlie Shepherd
<address@hidden> wrote:
> The syntax `var = a if b else c` was added in Python 2.5, but QEMU has a
> minimum Python version of 2.4, which chokes on this syntax. This patch
> converts the new syntax to Python 2.4 compatible syntax.
>
> Signed-off-by: Charlie Shepherd <address@hidden>
> ---
Reviewed-by: Stefan Hajnoczi <address@hidden>