mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-02 22:18:28 +08:00
Drop Python 3.8 branches (#13776)
This commit is contained in:
+8
-17
@@ -185,20 +185,11 @@ class SMTP_SSL(SMTP):
|
||||
LMTP_PORT: int
|
||||
|
||||
class LMTP(SMTP):
|
||||
if sys.version_info >= (3, 9):
|
||||
def __init__(
|
||||
self,
|
||||
host: str = "",
|
||||
port: int = 2003,
|
||||
local_hostname: str | None = None,
|
||||
source_address: _SourceAddress | None = None,
|
||||
timeout: float = ...,
|
||||
) -> None: ...
|
||||
else:
|
||||
def __init__(
|
||||
self,
|
||||
host: str = "",
|
||||
port: int = 2003,
|
||||
local_hostname: str | None = None,
|
||||
source_address: _SourceAddress | None = None,
|
||||
) -> None: ...
|
||||
def __init__(
|
||||
self,
|
||||
host: str = "",
|
||||
port: int = 2003,
|
||||
local_hostname: str | None = None,
|
||||
source_address: _SourceAddress | None = None,
|
||||
timeout: float = ...,
|
||||
) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user