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 iritkatriel
Recipients Mark.Shannon, iritkatriel, myzhang1029, serhiy.storchaka
Date 2020-09-24.08:02:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1600934576.37.0.90263941265.issue39934@roundup.psfhosted.org>
In-reply-to
Content
Unlike the 22 nested while,

if 1:
  if 2:
    ...
    if 22:
        pass

doesn't error. Is that correct?
History
Date User Action Args
2020-09-24 08:02:56iritkatrielsetrecipients: + iritkatriel, Mark.Shannon, serhiy.storchaka, myzhang1029
2020-09-24 08:02:56iritkatrielsetmessageid: <1600934576.37.0.90263941265.issue39934@roundup.psfhosted.org>
2020-09-24 08:02:56iritkatriellinkissue39934 messages
2020-09-24 08:02:56iritkatrielcreate