mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Patch #103885: Add dynamic registration and lookup of DOM implementations.
This commit is contained in:
parent
f5d3ea00b9
commit
7edbd4ffb4
4 changed files with 111 additions and 0 deletions
|
@ -115,3 +115,5 @@ class NamespaceErr(DOMException):
|
|||
|
||||
class InvalidAccessErr(DOMException):
|
||||
code = INVALID_ACCESS_ERR
|
||||
|
||||
from domreg import getDOMImplementation,registerDOMImplementation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue