mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
builtins: Remove Exception.message. (#363)
It's not present in 3.4 either, so this looks good to me.
This commit is contained in:
committed by
Jukka Lehtosalo
parent
53d126f4d4
commit
bca4c81b70
@@ -751,7 +751,6 @@ Ellipsis = ... # type: ellipsis
|
||||
|
||||
class BaseException:
|
||||
args = ... # type: Any
|
||||
message = ... # type: str
|
||||
def __init__(self, *args: Any) -> None: ...
|
||||
def with_traceback(self, tb: Any) -> BaseException: ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user