On Mon, 04 Dec 2023 16:18:14 +0000 Donald Hunter wrote: > (b) value = msg.raw[offset : offset + m.len] > > Happy to go with whatever preference, though maximising whitespace per > (b) follows python style _and_ C style? Yup, style (b) does look the least surprising to my C-accustomed eyes, so +1 on using that. > Also happy to make it consistent across the file (in a separate patch)? Follow up cleanup sounds good!