Changeset 391 for python/trunk/Lib/xml/dom/expatbuilder.py
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Lib/xml/dom/expatbuilder.py
r2 r391 243 243 doctypeName, publicId, systemId) 244 244 doctype.ownerDocument = self.document 245 self.document.childNodes.append(doctype)245 _append_child(self.document, doctype) 246 246 self.document.doctype = doctype 247 247 if self._filter and self._filter.acceptNode(doctype) == FILTER_REJECT:
Note:
See TracChangeset
for help on using the changeset viewer.