Message414818
I don't think that `except A|B` looks better than `except (A, B)`, so I am against this proposal. Exception matching is its own special thing (e.g. it doesn't honor virtual subclasses) and we shouldn't hyper-generalize. |
|
Date |
User |
Action |
Args |
2022-03-09 22:43:09 | gvanrossum | set | recipients:
+ gvanrossum, steven.daprano, Henry Schreiner, JelleZijlstra, iritkatriel, AlexWaygood |
2022-03-09 22:43:09 | gvanrossum | set | messageid: <1646865789.82.0.932410335014.issue46967@roundup.psfhosted.org> |
2022-03-09 22:43:09 | gvanrossum | link | issue46967 messages |
2022-03-09 22:43:09 | gvanrossum | create | |
|