mbox series

[ovs-dev,branch-2.8,0/4] ovsdb-dot python3 fixes

Message ID 20180222103041.8046-1-mchandras@suse.de
Headers show
Series ovsdb-dot python3 fixes | expand

Message

Markos Chandras Feb. 22, 2018, 10:30 a.m. UTC
Hello,

This patchset is a backport of the following python-3 fixes
https://mail.openvswitch.org/pipermail/ovs-dev/2017-December/342460.html
for branch 2.8

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(-)

Comments

Ben Pfaff Feb. 23, 2018, 10:09 p.m. UTC | #1
On Thu, Feb 22, 2018 at 10:30:37AM +0000, Markos Chandras wrote:
> Hello,
> 
> This patchset is a backport of the following python-3 fixes
> https://mail.openvswitch.org/pipermail/ovs-dev/2017-December/342460.html
> for branch 2.8
> 
> 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(-)

Thanks for the backports.  I applied these patches to branch-2.8.