
March 1, 2022
4:54 p.m.
On 2/03/22 12:50 pm, Rob Cliffe via Python-ideas wrote:
As I see it, the original meaning of an exception (in whatever language) is "something unexpected has happened" or "something has gone wrong".
Using exceptions for flow control has always been acceptable in Python. The iterator protocol relies on it, for example. -- Greg