mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-25 04:16:44 +08:00
clean python 3 specific stuff from stdlib/@python2 stubs (#5451)
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
import sys
|
||||
from typing import Dict
|
||||
|
||||
if sys.version_info >= (3, 2):
|
||||
codes: Dict[str, int]
|
||||
messages: Dict[int, str]
|
||||
|
||||
XML_ERROR_ABORTED: str
|
||||
XML_ERROR_ASYNC_ENTITY: str
|
||||
XML_ERROR_ATTRIBUTE_EXTERNAL_ENTITY_REF: str
|
||||
|
||||
Reference in New Issue
Block a user