As I studied Python 3.11's late features, I came across the following Exception Groups and except* features proposed in PEP-0654 see  https://peps.pyt

PaLora16/ExceptionsGroupsValidators

submited by
Style Pass
2022-10-01 02:00:10

As I studied Python 3.11's late features, I came across the following Exception Groups and except* features proposed in PEP-0654 see https://peps.python.org/pep-0654/ While it was originally designed to support some libraries and recover from coroutine exceptions, its new features - running more otherwise irrelevant exceptions in one try-except clause - might prove useful in other ways as well. I developed a new BL validation pattern that allows object properties to be validated more flexible. Here is a summary:

Leave a Comment
Related Posts