commit | b1c800303e8458e00428ae66351ad492a503a46f | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Sun Oct 14 00:55:49 2018 -0700 |
committer | GitHub <noreply@github.com> | Sun Oct 14 00:55:49 2018 -0700 |
tree | ac97472162be1d061af51e6651436cb72a06af15 | |
parent | 77e0abe228564a5be23284bd8e963c11952eb55b [diff] |
bpo-34941: Fix searching Element subclasses. (GH-9766) Methods find(), findtext() and findall() of xml.etree.ElementTree.Element were not able to find chldren which are instances of Element subclasses. (cherry picked from commit b11c5667f99c4f0018e3394c4d07c519d835671a) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>