Hi,
just a quick note that I added support for
from __future__ import ...
in the Py3 branch. Currently, there is only one supported feature
"unicode_literals", which changes all string literals in a source file that do
not have a 'b' prefix (or 'r', although that differs from Python) into unicode
strings.
Stefan