mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +08:00
In Python 3, just as in Python 2, the expected exception argument to assertRaises() and assertRaisesRegex() must be a subtype of BaseException, not just of Exception. Closes #2593