domish.Element.__str__ produces confusing results

[email protected] Fri, 22 Jan 2010 21:56:58 -0000
Newsgroups gmane.comp.python.twisted.bugs
Message-ID <[email protected]>
New submission from radix <[email protected]>:

The whole idea of the method is just bad. If there are no text nodes in the direct children of the element, it returns an empty string.

Instead it should probably either not exist or return something like "<domish.Element " + self.toXml() + ">".




----------
Type     : enhancement
Component: words
Keywords : 
Priority : normal
Nosy     : 
----------
http://twistedmatrix.com/trac/ticket/4232