Eric Blake <ebl...@redhat.com> writes: > On 12/17/2015 03:06 AM, Markus Armbruster wrote: >> PEP 8 calls for it, because it's forward compatibile with Python 3. > > And possible as a cleanup only because we require 2.6 as a minimum since > fec21036 (your subject line hints at it, even if not stating it outright).
What about: Supported since Python 2.6, which we require (commit fec2103). >> >> Signed-off-by: Markus Armbruster <arm...@redhat.com> >> --- >> scripts/qapi.py | 8 ++++---- >> 1 file changed, 4 insertions(+), 4 deletions(-) > > Reviewed-by: Eric Blake <ebl...@redhat.com> Thanks!