]> granicus.if.org Git - python/commit
Add code to DOMException to ensure it cannot be instantiated directly,
authorFred Drake <fdrake@acm.org>
Wed, 13 Dec 2000 16:35:53 +0000 (16:35 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 13 Dec 2000 16:35:53 +0000 (16:35 +0000)
commit5d1b5eaf55b5245d9a368811ab32cea6b080a1f9
treeac9947a91eb10759f8995264e4036c52d877a8b8
parent64acf1db222a5045f1b3b467ab801e85f9f8955a
Add code to DOMException to ensure it cannot be instantiated directly,
since the API documentation will state specifically that the specializations
must be used by the DOM implementations.
Lib/xml/dom/__init__.py