diff --git a/stdlib/2and3/logging/__init__.pyi b/stdlib/2and3/logging/__init__.pyi index 1eabe34ec..fe00c5372 100644 --- a/stdlib/2and3/logging/__init__.pyi +++ b/stdlib/2and3/logging/__init__.pyi @@ -192,6 +192,7 @@ class LogRecord: asctime = ... # type: str created = ... # type: int exc_info = ... # type: Optional[_SysExcInfoType] + exc_text = ... # type: Optional[str] filename = ... # type: str funcName = ... # type: str levelname = ... # type: str