Re: [PATCH v9 07/14] iotests: drop pre-Python 3.4 compatibility code

2020-03-30 Thread Max Reitz
On 25.03.20 00:20, John Snow wrote: > We no longer need to accommodate 3.4, drop this code. > (The lines were > 79 chars and it stood out.) > > Signed-off-by: John Snow > --- > tests/qemu-iotests/iotests.py | 5 + > 1 file changed, 1 insertion(+), 4 deletions(-) I did say I wouldn’t

[PATCH v9 07/14] iotests: drop pre-Python 3.4 compatibility code

2020-03-24 Thread John Snow
We no longer need to accommodate 3.4, drop this code. (The lines were > 79 chars and it stood out.) Signed-off-by: John Snow --- tests/qemu-iotests/iotests.py | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/qemu-iotests/iotests.py b/tests/qemu-iotests/iotests.py