Add xml.dom.InvalidCharacterErr (#6538)

* Update __init__.pyi

* Update py3_common.txt
This commit is contained in:
Alex Waygood
2021-12-07 21:32:24 +00:00
committed by GitHub
parent dc4c9534c7
commit 1d5857e1e0
2 changed files with 1 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ class IndexSizeErr(DOMException): ...
class DomstringSizeErr(DOMException): ...
class HierarchyRequestErr(DOMException): ...
class WrongDocumentErr(DOMException): ...
class InvalidCharacterErr(DOMException): ...
class NoDataAllowedErr(DOMException): ...
class NoModificationAllowedErr(DOMException): ...
class NotFoundErr(DOMException): ...

View File

@@ -685,6 +685,5 @@ turtle.TNavigator.speed
wave.Wave_read.initfp
wave.Wave_write.initfp
xml.dom
xml.dom.InvalidCharacterErr
xml.etree
xml.sax