mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Various py311 removals (#7836)
This commit is contained in:
@@ -39,7 +39,8 @@ non_hierarchical: list[str]
|
||||
uses_query: list[str]
|
||||
uses_fragment: list[str]
|
||||
scheme_chars: str
|
||||
MAX_CACHE_SIZE: int
|
||||
if sys.version_info < (3, 11):
|
||||
MAX_CACHE_SIZE: int
|
||||
|
||||
class _ResultMixinBase(Generic[AnyStr]):
|
||||
def geturl(self) -> AnyStr: ...
|
||||
|
||||
Reference in New Issue
Block a user