James Troup <james.tr...@canonical.com> writes:

>> +    Both base10 and base16 integers are supported.
>
> Is this true?  If `value` is a string, it isn't.  int("0x4") throws an
> exception but int(0x4) doesn't.

Ah, sorry, I see now.  int("0x34") => ValueError, int("0x34, 0) => 52.

-- 
James
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to