This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ChenXuan
Recipients ChenXuan
Date 2021-01-13.13:23:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1610544185.72.0.622887907185.issue42925@roundup.psfhosted.org>
In-reply-to
Content
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?
History
Date User Action Args
2021-01-13 13:23:05ChenXuansetrecipients: + ChenXuan
2021-01-13 13:23:05ChenXuansetmessageid: <1610544185.72.0.622887907185.issue42925@roundup.psfhosted.org>
2021-01-13 13:23:05ChenXuanlinkissue42925 messages
2021-01-13 13:23:05ChenXuancreate