On 27 June 2016 at 13:20, Jens Rosenboom <[email protected]> wrote: > 2016-06-22 9:18 GMT+02:00 Victor Stinner <[email protected]>: >> Hi, >> >> Current status: only 3 projects are not ported yet to Python 3: >> >> * nova (76% done) >> * trove (42%) >> * swift (0%) >> >> https://wiki.openstack.org/wiki/Python3 > > How should differences between python3.4 and python3.5 be handled?
Like most minor version differences - write code that handles them. The test in https://bugs.launchpad.net/neutron/+bug/1559191is overly literal, since it depends on the string of the error from Python, which is not a stable interface.... -Rob __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
