mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-20 14:58:07 +08:00
This method doesn't exist in Python 2; it was added in Python 3. See https://docs.python.org/2/library/exceptions.html#exceptions.BaseException versus https://docs.python.org/3/library/exceptions.html#BaseException.with_traceback.