[issue8583] Hardcoded namespace_separator in the cElementTree.XMLParser

Fredrik Lundh report at bugs.python.org
Sat May 1 19:56:51 CEST 2010


Fredrik Lundh <fredrik at effbot.org> added the comment:

Namespaces are a fundamental part of the XML information model (both xpath and infoset) and all modern XML document formats, so I'm not sure what problem you're trying to solve by pretending that they don't exist.

It's a bit like modifying "import foo" to work like "from foo import *"...

----------
nosy: +effbot

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8583>
_______________________________________


More information about the Python-bugs-list mailing list