Re: [ovs-dev] [PATCH 05/11] python: Don't use StringIO directly.

2016-02-02 Thread Ben Pfaff
On Fri, Jan 22, 2016 at 09:32:27PM -0500, Russell Bryant wrote: > StringIO.StringIO in Python 2 became io.StringIO in Python 3. Use > six.StringIO which is an alias for the two cases. > > Signed-off-by: Russell Bryant Acked-by: Ben Pfaff ___ dev mail

[ovs-dev] [PATCH 05/11] python: Don't use StringIO directly.

2016-01-22 Thread Russell Bryant
StringIO.StringIO in Python 2 became io.StringIO in Python 3. Use six.StringIO which is an alias for the two cases. Signed-off-by: Russell Bryant --- python/ovs/json.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python/ovs/json.py b/python/ovs/json.py index c1dcd63..f