<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;"><div>Hi all, </div><div><br></div><div>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</div><div><br></div><div>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.</div><div><br></div><div>Anyone know why it’s not used in OpenStack perhaps alongside six? Thanks!</div></body></html>