[pypy-issue] [issue1494] __future__ imports spanning multiple lines are a compile error

bigjools tracker at bugs.pypy.org
Fri May 24 05:33:41 CEST 2013


New submission from bigjools <bigjools at gmail.com>:

from __future__ import (
    absolute_import,
    print_function,
    unicode_literals,
    )
results in 
SyntaxError: __future__ statements must appear at beginning of file

----------
nosy: +bigjools
status: unread -> chatting

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1494>
________________________________________


More information about the pypy-issue mailing list