Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!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.065 X-Spam-Evidence: '*H*': 0.87; '*S*': 0.00; 'wrong,': 0.09; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'received:209.85.213.174': 0.16; 'received:mail- yx0-f174.google.com': 0.16; 'wrote:': 0.16; 'marc': 0.18; 'switched': 0.18; 'header:In-Reply-To:1': 0.22; 'sep': 0.23; 'pm,': 0.24; "i'm": 0.27; 'thu,': 0.28; 'message- id:@mail.gmail.com': 0.29; 'class': 0.30; 'implementing': 0.32; 'there': 0.33; 'to:addr:python-list': 0.33; 'test': 0.34; 'curious': 0.34; 'minimal': 0.37; 'run': 0.37; 'but': 0.37; 'something': 0.37; 'received:google.com': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.39; 'to:addr:python.org': 0.39; "it's": 0.40; 'where': 0.40; 'back': 0.62; 'glad': 0.70; 'heh.': 0.84; 'subject:such': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=42m4UW6U8ixu3U92d8hwSh6P8lbGH9QyJDyh4GP2z+U=; b=XPAB3ccv9TyKn75KTkF67fCWv+zohk0qLWdlfx1NRomdUQB0LDcuBTJ4R3o8kP8Vd7 Goim/vfX4Zx4iSGpbEHVdbOr9ByBQ4GrYV/tV2/yTTA/m9INcQNjRJ6V6iOOCq+MdHWo lA+r3B+fApvfXPbm0T7f0mdgTbf1S/C0ryu/Q= MIME-Version: 1.0 In-Reply-To: <4E68B08D.2090800@dirix.nu> References: <4E68AC0D.6010007@dirix.nu> <4E68B08D.2090800@dirix.nu> Date: Thu, 8 Sep 2011 22:12:59 +1000 Subject: Re: lfun and such From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1315483988 news.xs4all.nl 2470 [2001:888:2000:d::a6]:35219 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:12957 On Thu, Sep 8, 2011 at 10:09 PM, Marc Dirix wrote: > scratch that. > > Silly me. > Heh. I'm curious now as to what was wrong, but am glad it's all working! I just switched back from my test run where I made a minimal class implementing `[]() and `[]=() to see if there was something weirdly wrong. ChrisA