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 r.david.murray
Recipients Günter Rote, docs@python, r.david.murray
Date 2017-08-09.13:37:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502285874.97.0.988111911739.issue31156@psf.upfronthosting.co.za>
In-reply-to
Content
>>> while True:
...     raise StopIteration
...
Traceback (most recent call last):
  File "<stdin>", line 2, in <module>
StopIteration
History
Date User Action Args
2017-08-09 13:37:54r.david.murraysetrecipients: + r.david.murray, docs@python, Günter Rote
2017-08-09 13:37:54r.david.murraysetmessageid: <1502285874.97.0.988111911739.issue31156@psf.upfronthosting.co.za>
2017-08-09 13:37:54r.david.murraylinkissue31156 messages
2017-08-09 13:37:54r.david.murraycreate