commit | 43851a202cabce1e6be699e7177735c778b6697e | [log] [tgz] |
---|---|---|
author | Stefan Behnel <stefan_ml@behnel.de> | Wed May 01 21:20:38 2019 +0200 |
committer | GitHub <noreply@github.com> | Wed May 01 21:20:38 2019 +0200 |
tree | b517d3f81642bf531c8876522d7fabf55b9155c2 | |
parent | 3d37ea25dc97e4cb024045581979570835deb13c [diff] |
bpo-36673: Implement comment/PI parsing support for the TreeBuilder in ElementTree. (#12883) * bpo-36673: Implement comment/PI parsing support for the TreeBuilder in ElementTree. * bpo-36673: Rewrite the comment/PI factory handling for the TreeBuilder in "_elementtree" to make it use the same factories as the ElementTree module, and to make it explicit when the comments/PIs are inserted into the tree and when they are not (which is the default).