Problem parsing __future__ print
Brought to you by:
fabioz
I am working with Python 2.6
I imported the print function from the future:
from __future__ import print_function
and it works, but when I write:
print ('.', end = '')
Pydev reports:
Syntax error while detecting tuple.
I attached sample file.
Thanks,
Tal.
Sample file to show the bug
Still happens with 1.4.8.
Message is:
"""what's the message
Syntax error while detecting tuple."""