Skip to content

[3.6] bpo-34941: Fix searching Element subclasses. (GH-9766)#9868

Merged
serhiy-storchaka merged 1 commit into
python:3.6from
serhiy-storchaka:backport-b11c566-3.6
Oct 14, 2018
Merged

[3.6] bpo-34941: Fix searching Element subclasses. (GH-9766)#9868
serhiy-storchaka merged 1 commit into
python:3.6from
serhiy-storchaka:backport-b11c566-3.6

Conversation

@serhiy-storchaka

@serhiy-storchaka serhiy-storchaka commented Oct 14, 2018

Copy link
Copy Markdown
Member

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 b11c566)

https://bugs.python.org/issue34941

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 b11c566)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@bedevere-bot bedevere-bot added the type-bug An unexpected behavior, bug, or error label Oct 14, 2018
@serhiy-storchaka serhiy-storchaka merged commit 7c1c42b into python:3.6 Oct 14, 2018
@serhiy-storchaka serhiy-storchaka deleted the backport-b11c566-3.6 branch October 14, 2018 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants