[issue30485] Element.findall(path, dict) doesn't insert null namespace

Stefan Behnel report at bugs.python.org
Tue Apr 16 17:19:56 EDT 2019


Stefan Behnel <stefan_ml at behnel.de> added the comment:

I submitted a PR that changes the API back to an empty string. While lxml uses None here, an all-strings mapping is simply more convenient. I will start supporting both in lxml from the next release.

Comments welcome.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue30485>
_______________________________________


More information about the Python-bugs-list mailing list