[ovs-dev] [PATCH v2 4/5] python: Fix octal compatibility.

Russell Bryant russell at ovn.org
Wed Jan 20 21:48:15 UTC 2016


On 01/20/2016 04:27 PM, Ben Pfaff wrote:
> On Tue, Jan 12, 2016 at 02:45:48PM -0500, Russell Bryant wrote:
>> Octal constants must be written as 0o077 instead of 0077 to be
>> compatible with both Python 2 and 3.
>>
>> Signed-off-by: Russell Bryant <russell at ovn.org>
> 
> What a terrible syntax.

I do not disagree.

> Acked-by: Ben Pfaff <blp at ovn.org>

I pushed patches 1, 2, and 4 to master.

On this one, I used "Grudgingly-Acked-by: ".  I'll submit a patch to
CONTRIBUTING.md to document this new header.

-- 
Russell Bryant



More information about the dev mailing list