[docs] [issue31156] Stopiteration terminates while-loop
R. David Murray
report at bugs.python.org
Wed Aug 9 09:37:55 EDT 2017
R. David Murray added the comment:
>>> while True:
... raise StopIteration
...
Traceback (most recent call last):
File "<stdin>", line 2, in <module>
StopIteration
----------
nosy: +r.david.murray
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue31156>
_______________________________________
More information about the docs
mailing list