mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-06-24 17:54:01 +08:00
Update xml for 3.14 (#14119)
This commit is contained in:
@@ -49,3 +49,5 @@ if sys.version_info >= (3, 11):
|
||||
XML_ERROR_INVALID_ARGUMENT: Final[LiteralString]
|
||||
XML_ERROR_NO_BUFFER: Final[LiteralString]
|
||||
XML_ERROR_AMPLIFICATION_LIMIT_BREACH: Final[LiteralString]
|
||||
if sys.version_info >= (3, 14):
|
||||
XML_ERROR_NOT_STARTED: Final[LiteralString]
|
||||
|
||||
Reference in New Issue
Block a user