commit | dc806704b5093061ac60299493bef9e0798dee9a | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Thu Apr 05 14:41:30 2001 +0000 |
committer | Fred Drake <fdrake@acm.org> | Thu Apr 05 14:41:30 2001 +0000 |
tree | 7c737b1f811ae1a069550f723a7b0a28cf41b37f | |
parent | 9b3bc49575fecd30e3f862e8864625f9c8c7a4c2 [diff] |
Corrected default value of the DocumentType.internalSubset attribute based on a clarification sent to the www-dom list.
diff --git a/Lib/xml/dom/minidom.py b/Lib/xml/dom/minidom.py index 628a375..97d622f 100644 --- a/Lib/xml/dom/minidom.py +++ b/Lib/xml/dom/minidom.py
@@ -727,7 +727,7 @@ name = None publicId = None systemId = None - internalSubset = "" + internalSubset = None entities = None notations = None