mython icon indicating copy to clipboard operation
mython copied to clipboard

myparser does not respect from __future__ flags.

Open jriehl opened this issue 11 years ago • 0 comments

When using from __future__ import print_function, the parser/lexer still thinks later uses of print are a keyword, and not a name token.

jriehl avatar Mar 22 '13 21:03 jriehl