New submission from Nekmo <nin...@gmail.com>:

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.

----------
components: XML
messages: 147378
nosy: Nekmo
priority: normal
severity: normal
status: open
title: Change the variable "nsmap" from global to instance 
(xml.etree.ElementTree)
type: feature request
versions: Python 3.2

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13378>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to