[issue5028] tokenize.generate_tokens doesn't always return logical line

Jack Diederich report at bugs.python.org
Thu Mar 26 22:21:09 CET 2009


Jack Diederich <jackdied at gmail.com> added the comment:

+1 for a docbug.  The last item is always the physical line and not the
logical line.  Some other examples:

if True and \
   False: pass

if (True and
    False): pass

----------
nosy: +jackdied

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5028>
_______________________________________


More information about the Python-bugs-list mailing list