All informations on Python 3 are on the wiki: https://wiki.openstack.org/wiki/Python3 You may also join the IRC channel on Freenode: #openstack-python3 Victor Le 25/11/2015 03:33, Eric Kao a écrit : > Hi all, > > I’ve been using the python-future library for Python 3 porting and want > to see what people think of it. > http://python-future.org/overview.html#features > > The end result is standard Python3 code made compatible with Python2 > through library imports. The great thing is that Python 3 execution is > mostly independent of the library, so once Python 2 support is dropped, > the use of the library can be dropped too. > > Anyone know why it’s not used in OpenStack perhaps alongside six? Thanks! > > > __________________________________________________________________________ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: OpenStack-dev-request at lists.openstack.org?subject:unsubscribe > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev >