Update tokens for 3.14 (#14004)

This commit is contained in:
Semyon Moroz
2025-05-10 22:39:53 -07:00
committed by GitHub
parent 0f3ff0874c
commit e562665478
3 changed files with 11 additions and 8 deletions
+3
View File
@@ -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]