[issue40104] ElementTree does not find elements in a default namespace with namespaces

2020-03-29 Thread Myron Walker
Myron Walker added the comment: Looks like this is fixed in the latest source code. -- stage: -> resolved status: open -> closed ___ Python tracker ___ __

[issue40104] ElementTree does not find elements in a default namespace with namespaces

2020-03-29 Thread Myron Walker
New submission from Myron Walker : When you have an xml document like the one with a default namespace below. When you try to lookup nodes in the document they are not found. ``` docTree.find("specVersion") None ``` If you add a namespaces map with the '' key and the default namespaces like: