Re: [PATCH v8 06/11] iotests: drop Python 3.4 compatibility code

2020-03-24 Thread John Snow
On 3/24/20 10:54 AM, Max Reitz wrote: > On 17.03.20 01:41, John Snow wrote: >> We no longer need to accommodate 3.4, drop this code. > > Pre-3.4, actually. > >> (Also, the line is over 79 characters, so drop it.) >> >> Touch up the docstring a little bit while we're here. >> >> Signed-off-by:

Re: [PATCH v8 06/11] iotests: drop Python 3.4 compatibility code

2020-03-24 Thread Max Reitz
On 17.03.20 01:41, John Snow wrote: > We no longer need to accommodate 3.4, drop this code. Pre-3.4, actually. > (Also, the line is over 79 characters, so drop it.) > > Touch up the docstring a little bit while we're here. > > Signed-off-by: John Snow > --- > tests/qemu-iotests/iotests.py | 1

[PATCH v8 06/11] iotests: drop Python 3.4 compatibility code

2020-03-16 Thread John Snow
We no longer need to accommodate 3.4, drop this code. (Also, the line is over 79 characters, so drop it.) Touch up the docstring a little bit while we're here. Signed-off-by: John Snow --- tests/qemu-iotests/iotests.py | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff -