Re: [libvirt] [PATCHv2 00/25] Python tweaks

2018-03-22 Thread Ján Tomko
On Tue, Mar 20, 2018 at 06:48:43AM +, Radostin Stoyanov wrote: Changes since v1 (https://www.redhat.com/archives/libvir-list/2018-March/msg01001.html) 01 - Fixed typo. 03 - Added whitespace after comma in: value = value + re.sub("^(\d+)U$","\\1", token[1]) 05 and 06 - Use printf style

Re: [libvirt] [PATCHv2 00/25] Python tweaks

2018-03-20 Thread Daniel P . Berrangé
On Tue, Mar 20, 2018 at 06:48:43AM +, Radostin Stoyanov wrote: > Changes since v1 > (https://www.redhat.com/archives/libvir-list/2018-March/msg01001.html) > > 01 - Fixed typo. > 03 - Added whitespace after comma in: value = value + > re.sub("^(\d+)U$","\\1", token[1]) > 05 and 06 - Use

[libvirt] [PATCHv2 00/25] Python tweaks

2018-03-20 Thread Radostin Stoyanov
Changes since v1 (https://www.redhat.com/archives/libvir-list/2018-March/msg01001.html) 01 - Fixed typo. 03 - Added whitespace after comma in: value = value + re.sub("^(\d+)U$","\\1", token[1]) 05 and 06 - Use printf style format and break strings everywhere there is a newline. 07 - Use