[Cython] from __future__ import ...

Stefan Behnel stefan_ml at behnel.de
Thu May 15 18:55:58 CEST 2008


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



More information about the Cython-dev mailing list