[Python-Dev] Re: PEP 654 -- Exception Groups and except* : request for feedback for SC submission

2021年2月24日 17:56:50 -0800

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