On Wed, Jan 06, 2016 at 03:50:23PM -0500, Russell Bryant wrote:
> Python 3 dropped exception handlers of the deprecated form:
> 
>   except Exception, e:
> 
> You must use the newer syntax of:
> 
>   except Exception as e:
> 
> This patch also enables a flake8 warning for this.
> 
>   H231 Python 3.x incompatible 'except x,y:' construct
> 
> Signed-off-by: Russell Bryant <russ...@ovn.org>

This has a patch conflict in Makefile.am when I try to apply it but at a
glance it looks fine.

> +# F*** -- warnings native to flake8

On a lot of software mailing lists people don't bother ***-ing out their
curse words, but we're a gentler lot here.

Acked-by: Ben Pfaff <b...@ovn.org>
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to