mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-23 04:11:28 +08:00
Add xml.dom.InvalidCharacterErr (#6538)
* Update __init__.pyi * Update py3_common.txt
This commit is contained in:
@@ -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): ...
|
||||
|
||||
@@ -685,6 +685,5 @@ turtle.TNavigator.speed
|
||||
wave.Wave_read.initfp
|
||||
wave.Wave_write.initfp
|
||||
xml.dom
|
||||
xml.dom.InvalidCharacterErr
|
||||
xml.etree
|
||||
xml.sax
|
||||
|
||||
Reference in New Issue
Block a user