Brython - Python in the browser

Ian Kelly ian.g.kelly at gmail.com
Fri Dec 21 18:57:50 EST 2012


On Fri, Dec 21, 2012 at 4:45 PM, Ian Kelly <ian.g.kelly at 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.



More information about the Python-list mailing list