Optimal BPM added the comment:
Ok, I'll work around that then.
Thanks for your response!
--
___
Python tracker
<http://bugs.python.org/issue25079>
___
___
Optimal BPM added the comment:
OK.
But just to make me understand, would that explain why an else statement gets
its DEDENT before the else, instead of before an dedented comment just before
it?
Even if the comment is visually dedented as the else?
Example where tokenize returns the DEDENT
New submission from Optimal BPM:
Quoting the documentation:
tokenize.NL
Token value used to indicate a non-terminating newline. The NEWLINE token
indicates the end of a logical line of Python code; NL tokens are generated
when a logical line of code is continued over multiple physical lines