On Tue, Dec 22, 2015 at 12:17:30PM -0500, Russell Bryant wrote:
> Resolve the following deprecation warning.  This deprecation warning
> advises to use an alternative syntax which is also compatible with
> Python 3, where has_key() was removed.
> 
>   W601 .has_key() is deprecated, use 'in'
> 
> Also fix this related error:
> 
>   E713 test for membership should be 'not in'
> 
> 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