[issue19862] Unclear xpath caching for custom namespaces

2013-12-06 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> duplicate stage: -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue19862] Unclear xpath caching for custom namespaces

2013-12-03 Thread Stefan Behnel
Stefan Behnel added the comment: This is a duplicate of issue17011. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

[issue19862] Unclear xpath caching for custom namespaces

2013-12-02 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +eli.bendersky, scoder ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue19862] Unclear xpath caching for custom namespaces

2013-12-02 Thread Валерий
New submission from Валерий: Consider repeated executions of a code like this: >tree = xml.etree.ElementTree.parse( full_name ) # many different files >report_type = tree.getroot().attrib['Name'] # something changing >tree.getroot().find( ".//t:Detail", {'t' : report_type} ) There is a _cache va