xml stubtest exceptions (#5161)

* Explaining xml stubtest exceptions

* Fix 3.6/3.7 ExternalEntityParserCreate

* Fix typos and formatting

* Missing return type

* Reverting ExternalEntityParserCreate change to see error

* Remove unused sys import

* Readd ExternalEntityParserCreate with explanations
This commit is contained in:
hatal175
2021-04-09 03:43:51 +03:00
committed by GitHub
parent c687e297ec
commit 413614aa83
7 changed files with 9 additions and 12 deletions

View File

@@ -57,7 +57,6 @@ class AttributesImpl:
def __len__(self): ...
def __getitem__(self, name): ...
def keys(self): ...
def has_key(self, name): ...
def __contains__(self, name): ...
def get(self, name, alternative=...): ...
def copy(self): ...