Path: csiph.com!usenet.pasdenom.info!dedibox.gegeweb.org!gegeweb.eu!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'string.': 0.04; 'subject:Python': 0.05; '21,': 0.07; 'dec': 0.15; 'hierarchy': 0.16; 'node.': 0.16; 'nodes': 0.16; 'wrote:': 0.17; 'appears': 0.18; 'code,': 0.18; 'seems': 0.23; 'header:In-Reply-To:1': 0.25; 'object,': 0.27; 'message-id:@mail.gmail.com': 0.27; "doesn't": 0.28; 'container': 0.29; 'fri,': 0.30; 'gets': 0.32; 'to:addr :python-list': 0.33; 'another': 0.33; 'received:google.com': 0.34; 'list': 0.35; 'pm,': 0.35; 'received:209.85': 0.35; 'child': 0.36; 'two': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'to:name:python': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=f0CSB92kVzzrQ9GEWbkxho8bnENj3aoVStoImrJ1T3Y=; b=C5zl62wWUORXjyJiSp45ULXssLo57MkbIYygWRO0lEz8DdSyCK+4DSOMfgbH2tF5h2 EGVYohJ5WT34Cupn08uXbqbt2Ebu3Hs7TT1hkKGrQnghTkj5jC2eyA62+IKYj6imsRuq ps84QDqXAPtIK5+gp5aOu0wPpyaw5NFctxOhEmn9rZMq22xMBx7DdFxEcjKkek0iRYgP DyKfXbDTyj62E0KI3i0YMFaX1Oqg5+YAyd21LA1kFmDZsCtQHzLgtw0Y/d9I8gR78IzG NBj87W/tmgzxrznp2u6qsjUf7iNuBK0lI2XtDIroTRpx+405PaDcSc/M0J4KgpZoQbNT rECA== MIME-Version: 1.0 In-Reply-To: References: <50D256B3.4070709@udel.edu> <96edb672-dabd-4ab8-9e7c-3fa7f4a91437@googlegroups.com> <44335f22-555a-4806-b24a-7d4cb1d8e529@googlegroups.com> <4ddee631-b5b5-4cb4-82b0-00ca403b773e@googlegroups.com> From: Ian Kelly Date: Fri, 21 Dec 2012 16:57:50 -0700 Subject: Re: Brython - Python in the browser To: Python Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 8 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1356134303 news.xs4all.nl 6965 [2001:888:2000:d::a6]:59133 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:35329 On Fri, Dec 21, 2012 at 4:45 PM, Ian Kelly 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.