Re: [Qemu-devel] [PATCH 2/4] scripts/qmp: Use Python 2.6 "except E as ..." syntax

2015-12-17 Thread Eric Blake
On 12/17/2015 03:06 AM, Markus Armbruster wrote: > PEP 8 calls for it, because it's forward compatibile with Python 3. Here, and also in 1/4, s/compatibile/compatible/ > > Signed-off-by: Markus Armbruster > --- > scripts/qmp/qemu-ga-client | 2 +- > scripts/qmp/qmp| 4 ++-- > scri

[Qemu-devel] [PATCH 2/4] scripts/qmp: Use Python 2.6 "except E as ..." syntax

2015-12-17 Thread Markus Armbruster
PEP 8 calls for it, because it's forward compatibile with Python 3. Signed-off-by: Markus Armbruster --- scripts/qmp/qemu-ga-client | 2 +- scripts/qmp/qmp| 4 ++-- scripts/qmp/qmp-shell | 2 +- scripts/qmp/qmp.py | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-