mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Corrected default value of the DocumentType.internalSubset attribute based
on a clarification sent to the www-dom list.
This commit is contained in:
parent
9b3bc49575
commit
dc806704b5
1 changed files with 1 additions and 1 deletions
|
@ -727,7 +727,7 @@ class DocumentType(Node):
|
|||
name = None
|
||||
publicId = None
|
||||
systemId = None
|
||||
internalSubset = ""
|
||||
internalSubset = None
|
||||
entities = None
|
||||
notations = None
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue