Stefan, then tell me something.. Iff the 'from __future__ ...' is NOT used, and a in a pxy file I do
a = "abc" What the type of 'a' will be if I compile and run the generated C source in a Python 3 runtime environment? On 5/15/08, Stefan Behnel <[EMAIL PROTECTED]> wrote: > 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 > > _______________________________________________ > Cython-dev mailing list > [email protected] > http://codespeak.net/mailman/listinfo/cython-dev > -- Lisandro Dalcín --------------- Centro Internacional de Métodos Computacionales en Ingeniería (CIMEC) Instituto de Desarrollo Tecnológico para la Industria Química (INTEC) Consejo Nacional de Investigaciones Científicas y Técnicas (CONICET) PTLC - Güemes 3450, (3000) Santa Fe, Argentina Tel/Fax: +54-(0)342-451.1594 _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
