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 Artem Tepanov
Recipients Artem Tepanov, steven.daprano
Date 2019-12-10.10:44:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1575974655.37.0.58681371747.issue39013@roundup.psfhosted.org>
In-reply-to
Content
Python 3.8.0 (tags/v3.8.0:fa919fd, Oct 14 2019, 19:37:50) [MSC v.1916 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> while False:
...     if False:
...         break
...
  File "<stdin>", line 3
SyntaxError: 'break' outside loop
History
Date User Action Args
2019-12-10 10:44:15Artem Tepanovsetrecipients: + Artem Tepanov, steven.daprano
2019-12-10 10:44:15Artem Tepanovsetmessageid: <1575974655.37.0.58681371747.issue39013@roundup.psfhosted.org>
2019-12-10 10:44:15Artem Tepanovlinkissue39013 messages
2019-12-10 10:44:15Artem Tepanovcreate