On Tue, Dec 03 2013, Joshua Harlow wrote:

> Another question that¹s come up recently. Python 3.3 support? Will
> oslo.messaging achieve that? Maybe its a later goal, but it seems like one
> that is required (and should almost be expected of new libraries imho).
> Thoughts? Seems to be mainly eventlet that is the blocker for
> oslo.messaging (so maybe it can be adjusted to work with things other than
> eventlet to make it python33 compat).

I didn't dig into that yet, but I think the only blocker shall be
eventlet indeed.

However, the eventlet usage in oslo.messaging is smartly decoupled from
the rest of the code. It's only used in an executor. That means only
this executor module won't be available on Python 3. But there's still
the generic one, and any other somebody would add.

-- 
Julien Danjou
-- Free Software hacker - independent consultant
-- http://julien.danjou.info

Attachment: signature.asc
Description: PGP signature

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

Reply via email to