mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-04 12:35:49 +08:00
f8e5222c46
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