mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Stubtest stdlib: unpin 3.11 and 3.12 micro versions (#12022)
This commit is contained in:
@@ -125,7 +125,7 @@ class Untokenizer:
|
||||
def add_whitespace(self, start: _Position) -> None: ...
|
||||
def untokenize(self, iterable: Iterable[_Token]) -> str: ...
|
||||
def compat(self, token: Sequence[int | str], iterable: Iterable[_Token]) -> None: ...
|
||||
if sys.version_info >= (3, 13):
|
||||
if sys.version_info >= (3, 12):
|
||||
def escape_brackets(self, token: str) -> str: ...
|
||||
|
||||
# the docstring says "returns bytes" but is incorrect --
|
||||
|
||||
Reference in New Issue
Block a user