[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 4/4] tests: Use Python 2.6 "except E as ..." syn
From: |
Eric Blake |
Subject: |
Re: [Qemu-devel] [PATCH 4/4] tests: Use Python 2.6 "except E as ..." syntax |
Date: |
Thu, 17 Dec 2015 10:29:11 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 |
On 12/17/2015 03:06 AM, Markus Armbruster wrote:
> PEP 8 calls for it, because it's forward compatibile with Python 3.
Another s/compatibile/compatible/
>
> Signed-off-by: Markus Armbruster <address@hidden>
> ---
> tests/image-fuzzer/runner.py | 12 ++++++------
> tests/qemu-iotests/qed.py | 2 +-
> 2 files changed, 7 insertions(+), 7 deletions(-)
Reviewed-by: Eric Blake <address@hidden>
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
- Re: [Qemu-devel] [PATCH 3/4] Revert "tracetool: use Python 2.4-compatible exception handling syntax", (continued)