This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Nekmo
Recipients Nekmo
Date 2011-11-09.22:17:50
SpamBayes Score 0.039730202
Marked as misclassified No
Message-id <1320877071.09.0.895123668254.issue13378@psf.upfronthosting.co.za>
In-reply-to
Content
Currently, the mapping of namespaces is global and can cause failures if multiple instances are used or in multithreading. The variable is in xml.etree.ElementTree._namespace_map. I ask it to be switched to xml.etree._Element instance.
History
Date User Action Args
2011-11-09 22:17:51Nekmosetrecipients: + Nekmo
2011-11-09 22:17:51Nekmosetmessageid: <1320877071.09.0.895123668254.issue13378@psf.upfronthosting.co.za>
2011-11-09 22:17:50Nekmolinkissue13378 messages
2011-11-09 22:17:50Nekmocreate