mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-20 07:00:29 +08:00
Update tokens for 3.14 (#14004)
This commit is contained in:
@@ -93,6 +93,9 @@ if sys.version_info >= (3, 12):
|
||||
if sys.version_info >= (3, 13):
|
||||
__all__ += ["TokenError", "open"]
|
||||
|
||||
if sys.version_info >= (3, 14):
|
||||
__all__ += ["TSTRING_START", "TSTRING_MIDDLE", "TSTRING_END"]
|
||||
|
||||
cookie_re: Pattern[str]
|
||||
blank_re: Pattern[bytes]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user