Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!newsreader4.netcologne.de!news.netcologne.de!newsfeed.freenet.ag!news2.euro.net!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.030 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'identifier': 0.09; 'python': 0.11; '12:50': 0.16; '23,': 0.16; 'knight': 0.16; 'lookups': 0.16; "object's": 0.16; 'subject:object': 0.16; 'wrote:': 0.18; 'seems': 0.21; 'equivalent': 0.26; 'header:In- Reply-To:1': 0.27; 'function': 0.29; 'points': 0.29; 'message- id:@mail.gmail.com': 0.30; "d'aprano": 0.31; 'steven': 0.31; 'subject:the': 0.34; 'point.': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'starting': 0.37; 'to:addr:python- list': 0.38; 'pm,': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'called': 0.40; 'article,': 0.84; '2013': 0.98 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=/CCC0jpfmIPUiwWrzA7y7kXFlfITnSv0rahTsOm9Mlk=; b=kmmnOxt07/V0fddbj2Po8AS3NdoAD+oswoZqwUR2hYF/Ty7uUfXaVb0ar31LA31/VI LH8aCQWsxVJINHPgl9gWz6WnDmNuZAhi19rzGtd1g0Zt+WF1UlA1DjxxbjdJNlh4JytY rfwb8rJ0BvInKWPSfKS1RgWpYx/yc1vuF0wHjp/6XQypP9J8dcKCDsyAYC9UKfD/gTy7 Sj20k5FtLB3ILiZ6SZmPCRqbh0UGIxJ2RPXygEDEQGDeM6GIR2b0T+Z0W5bakWGieu+K RMWztm8wNmPT4P53ysDUiKgkZ8mwHWuBFsGLwsmt0bujLYARIUNmwlsvoHDTkdQP/ZI5 8J/g== X-Received: by 10.66.119.35 with SMTP id kr3mr24717204pab.149.1372014601407; Sun, 23 Jun 2013 12:10:01 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <51c74373$0$29999$c3e8da3$5496439d@news.astraweb.com> References: <15ba0011-bbf1-42f7-b3ea-1c1d4b70e56b@googlegroups.com> <51c66962$0$29999$c3e8da3$5496439d@news.astraweb.com> <20130623133546.GA2308@capricorn> <51c723b4$0$29999$c3e8da3$5496439d@news.astraweb.com> <51c73229$0$29999$c3e8da3$5496439d@news.astraweb.com> <51c74373$0$29999$c3e8da3$5496439d@news.astraweb.com> From: Ian Kelly Date: Sun, 23 Jun 2013 13:09:21 -0600 Subject: Re: What is the semantics meaning of 'object'? 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: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1372014610 news.xs4all.nl 15920 [2001:888:2000:d::a6]:59039 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:49001 On Sun, Jun 23, 2013 at 12:50 PM, Steven D'Aprano wrote: > What else would you call a function that does lookups on the current > object's superclasses? Well, as James Knight points out in the "Super Considered Harmful" article, the equivalent in Dylan is called "next-method", which isn't a valid identifier in Python but seems like a reasonable starting point.