mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-12 10:52:31 +08:00
Drop Python 3.8 branches (#13776)
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import datetime
|
||||
import socket
|
||||
import ssl
|
||||
import sys
|
||||
from _typeshed import Unused
|
||||
from builtins import list as _list # conflicts with a method named "list"
|
||||
from collections.abc import Iterable
|
||||
@@ -98,10 +97,6 @@ class NNTP:
|
||||
def over(
|
||||
self, message_spec: None | str | _list[Any] | tuple[Any, ...], *, file: _File = None
|
||||
) -> tuple[str, _list[tuple[int, dict[str, str]]]]: ...
|
||||
if sys.version_info < (3, 9):
|
||||
def xgtitle(self, group: str, *, file: _File = None) -> tuple[str, _list[tuple[str, str]]]: ...
|
||||
def xpath(self, id: Any) -> tuple[str, str]: ...
|
||||
|
||||
def date(self) -> tuple[str, datetime.datetime]: ...
|
||||
def post(self, data: bytes | Iterable[bytes]) -> str: ...
|
||||
def ihave(self, message_id: Any, data: bytes | Iterable[bytes]) -> str: ...
|
||||
|
||||
Reference in New Issue
Block a user