On Wed, Jan 06, 2016 at 03:50:24PM -0500, Russell Bryant wrote:
> The print statement from Python 2 is a function in Python 3.  Enable
> print function support for Python 2 and convert print statements to
> function calls.
> 
> Enable the H233 flake8 warning.  If the hacking plugin is installed,
> this will generate warnings for print statement usage not compatible
> with Python 3.
> 
>   H233 Python 3.x incompatible use of print operator
> 
> Signed-off-by: Russell Bryant <[email protected]>

Acked-by: Ben Pfaff <[email protected]>
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to