Jack Diederich <jackd...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue5028>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to