ChenXuan <522169...@qq.com> added the comment:

another example:
if 1 < 10:
    b = 1
    if 0:
        a = 1
else:
    a = 1
output:
    1: if 1 < 10:
    1:     b = 1
    1:     if 0:
    1:         a = 1
       else:
           a = 1
Is this a bug or feature?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue42925>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to