> On Nov 26, 2014, at 10:34 AM, Thomas Goirand <z...@debian.org> wrote:
> 
> Hi,
> 
> I tried to package suds-jurko. I was first happy to see that there was
> some progress to make things work with Python 3. Unfortunately, the
> reality is that suds-jurko has many issues with Python 3. For example,
> it has many:
> 
> except Exception, e:
> 
> as well as many:
> 
> raise Exception, 'Duplicate key %s found' % k
> 
> This is clearly not Python3 code. I tried quickly to fix some of these
> issues, but as I fixed a few, others appear.
> 
> So I wonder, what is the point of using suds-jurko, which is half-baked,
> and which will conflict with the suds package?
> 
It looks like it uses 2to3 to become Python 3 compatible.

---
Donald Stufft
PGP: 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA


_______________________________________________
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to