
Sept. 2, 2022
6:16 a.m.
On Fri, 2 Sept 2022 at 23:08, Stephen J. Turnbull <stephenjturnbull@gmail.com> wrote:
Bottom line: let's focus the argument on (1) where in the Python exception hierarchy the new builtin exception would go, and (2) per Paul Moore, if it could be used in the interpreter (I will add, or in a variety of stdlib modules), and where.
And if not (2), then (3) whether there's actually value in being able to catch invalid state exceptions from different sources, because a core exception that isn't used by the stdlib could potentially have value for that, but otherwise it's better for each module to make its own. ChrisA