Re: [ovs-dev] [PATCH 0/4] ovsdb-dot python3 fixes

2018-01-09 Thread Ben Pfaff
On Wed, Dec 27, 2017 at 06:27:09PM +, Markos Chandras wrote:
> Hello,
> 
> This patchset fixes some python3 issues when running the ovsdb-dot
> tool with python3.

Thanks for the fixes.  I applied this series to master.
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


[ovs-dev] [PATCH 0/4] ovsdb-dot python3 fixes

2017-12-27 Thread Markos Chandras
Hello,

This patchset fixes some python3 issues when running the ovsdb-dot
tool with python3.

Markos Chandras (4):
  ovsdb: Use items() instead of iteritems() for Python3
  ovsdb: ovsdb-dot.in: Use print function for Python3
  ovsdb: ovsdb-dot.in: Change exception semantics for Python3
  ovsdb: ovsdb-dot.in: Replace sys.maxint with sys.maxsize for Python3

 ovsdb/ovsdb-dot.in  | 40 
 ovsdb/ovsdb-idlc.in |  6 +++---
 2 files changed, 23 insertions(+), 23 deletions(-)

-- 
2.15.1

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