On Fri, Dec 21, 2012 at 4:45 PM, Ian Kelly <ian.g.ke...@gmail.com> wrote:
> In my playing around with it just now, the addition doesn't seem to
> actually return a string.

>From the code, it appears that adding two nodes together *actually*
returns a $AbstractTag object, which seems to be just a container for
a list of child nodes with no parent, that automagically gets removed
from the hierarchy when appended to another node.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to