mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
clean python 3 specific stuff from stdlib/@python2 stubs (#5451)
This commit is contained in:
@@ -74,9 +74,8 @@ class _NNTPBase:
|
||||
def over(
|
||||
self, message_spec: Union[None, str, List[Any], Tuple[Any, ...]], *, file: _File = ...
|
||||
) -> Tuple[str, List[Tuple[int, Dict[str, str]]]]: ...
|
||||
if sys.version_info < (3, 9):
|
||||
def xgtitle(self, group: str, *, file: _File = ...) -> Tuple[str, List[Tuple[str, str]]]: ...
|
||||
def xpath(self, id: Any) -> Tuple[str, str]: ...
|
||||
def xgtitle(self, group: str, *, file: _File = ...) -> 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: Union[bytes, Iterable[bytes]]) -> str: ...
|
||||
def ihave(self, message_id: Any, data: Union[bytes, Iterable[bytes]]) -> str: ...
|
||||
|
||||
Reference in New Issue
Block a user