]> granicus.if.org Git - python/commit
Issue #17011: Fix caching of xpath path when namespaces are present.
authorEli Bendersky <eliben@gmail.com>
Sun, 4 Aug 2013 00:47:47 +0000 (17:47 -0700)
committerEli Bendersky <eliben@gmail.com>
Sun, 4 Aug 2013 00:47:47 +0000 (17:47 -0700)
commit2acc525a972b2b6b071eb5b9596ed1390d6d98e0
tree84b50e968dab06dba7229eef4046f286c56cd53e
parent3ceaff0777059c770836e817160f6a81b60c7b18
Issue #17011: Fix caching of xpath path when namespaces are present.

Thanks to Stefan Behnel for the report and proposed solution & test.
Lib/test/test_xml_etree.py
Lib/xml/etree/ElementPath.py