Are you saying that 

    except *ValueError as e:

will catch

    ValueError
and
    ExceptionGroup(ValueError)
but miss
    ExceptionGroup(ExceptionGroup(ValueError))
?
_______________________________________________
Python-Dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/VLPYAILCWTGG25WYJXUA47LIQPULQ7ZM/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to