This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients kftse20031207, serhiy.storchaka
Date 2021-09-01.07:01:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1630479676.05.0.377454350538.issue45058@roundup.psfhosted.org>
In-reply-to
Content
Yes, it is syntactically correct. It can even make sense. But the meaning is different from "except (AError, BError)". If it looks confusing to you, it is a work of linters to warn about misleading or suspicions code.
History
Date User Action Args
2021-09-01 07:01:16serhiy.storchakasetrecipients: + serhiy.storchaka, kftse20031207
2021-09-01 07:01:16serhiy.storchakasetmessageid: <1630479676.05.0.377454350538.issue45058@roundup.psfhosted.org>
2021-09-01 07:01:16serhiy.storchakalinkissue45058 messages
2021-09-01 07:01:15serhiy.storchakacreate