Skip to content

Change argument type for xml.etree.ElementTree.iselement() to object #2642

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 28, 2018

Conversation

mthuurne
Copy link
Contributor

It should be possible to ask for every object whether it looks like
an element. If only Elements are accepted, this function would always
return True.

Fixes #2629

It should be possible to ask for every object whether it looks like
an element. If only Elements are accepted, this function would always
return True.

Fixes python#2629
@srittau srittau merged commit eaae246 into python:master Nov 28, 2018
yedpodtrzitko pushed a commit to yedpodtrzitko/typeshed that referenced this pull request Jan 23, 2019
…ython#2642)

It should be possible to ask for every object whether it looks like
an element. If only Elements are accepted, this function would always
return True.

Fixes python#2629
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants