Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news2.arglkargh.de!diablo1.news.osn.de!news.osn.de!diablo2.news.osn.de!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.021 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'tree': 0.05; 'url:github': 0.09; 'escribi\xf3:': 0.16; 'from:addr:ricaraoz': 0.16; 'from:name:ricardo ar\xe1oz': 0.16; 'subject:library': 0.16; 'url:py': 0.16; 'thanks,': 0.17; 'header:User-Agent:1': 0.23; 'header:In-Reply-To:1': 0.27; 'received:google.com': 0.35; "i'll": 0.36; 'message-id:@gmail.com': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'email addr:gmail.com': 0.63; 'url:master': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=ZRO5zBHnR3+MLjWZEUo9H9vsVV8wwUk/yLBaQ4kZ63Y=; b=mJFBxBEBmVZ43zxWRtPRARksojCPT31NnDBG2zXY1r/ihF7uNm8F68lB4ZUWQnJgWx EH5i7yR7FszQC7JtW18ChPSwo67WqlF4WCuZKk62esODaZJxda2dDs5CHKdHCfdmBpVr 2DPNabWUVNEyaFm/BcejQxHA6keyyQ3/JB4+JLPN3SeJ6/vyVimtC/hTI/zRfOQzXT27 E+LI75zIvlvERVlW1GnOcaMDRVKgMRHSpFiRhRt/CdyeFgvS3xRkZhWy2J7XDgHw6kEK mLe9DsiV0yW559wZ7SIP0a7TbfN2X5uTS/EsndcxURKdF97w66S4aTczAIF+6OLrCAef rLnQ== X-Received: by 10.49.52.34 with SMTP id q2mr9312861qeo.10.1386975317044; Fri, 13 Dec 2013 14:55:17 -0800 (PST) Date: Fri, 13 Dec 2013 19:55:10 -0300 From: =?ISO-8859-1?Q?Ricardo_Ar=E1oz?= User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Tree library - multiple children References: <22c15efd-99d6-4af1-97e6-bd3f020dd55f@googlegroups.com> In-Reply-To: <22c15efd-99d6-4af1-97e6-bd3f020dd55f@googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit 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: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1386975652 news.xs4all.nl 2829 [2001:888:2000:d::a6]:58119 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:61866 El 13/12/13 18:05, buchanae@gmail.com escribió: > I have this simple/stupid tree module: > https://github.com/abuchanan/bolts/blob/master/bolts/tree.py > > Thanks, I'll check it.