Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!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.014 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'badly': 0.09; 'cc:addr :python-list': 0.11; 'mostly': 0.14; 'lookups': 0.16; "object's": 0.16; 'subject:object': 0.16; 'to:addr:pearwood.info': 0.16; 'to:addr:steve+comp.lang.python': 0.16; "to:name:steven d'aprano": 0.16; 'saying': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'function': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'subject:the': 0.34; 'received:google.com': 0.35; 'does': 0.39; 'bar)': 0.84; 'washington': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=a6OBjmwewCnaRkWWgFByH4bHF3sAMVla1RXO9Ry9bcE=; b=Lssv6TDxh9fL/Y6zZwnVpL8qBuWjQc5le/TPwhyHVZ0DNFEYLk/6w94CWWsKkTpuhJ ueBunmASB2J2wm3GG43d0yET1m9HoqDUYaLjYR8WiR+vn7IoQjbY4kKSbWNAO0K/xVW+ 0xcpGr9NUxMeOcQ1k6KRvpzx1b1rf8c25hC/ECFOUvB9qWvdi4IyZnRAySxTxL79OrGZ WySeS6Sqlk7KWCK4RC7JBEGjPvmws4GySmjQnixv2eXUr7JebhAmVFno2A7kq1QyZLQa IeIckJQJ+w1hT1b9sBHEBNRbby5UHee51Ea4Kgqt8nYIC5dK4k3nGEz/uJKXh1XLCZTx hJUw== MIME-Version: 1.0 X-Received: by 10.180.36.107 with SMTP id p11mr6462442wij.31.1372089503587; Mon, 24 Jun 2013 08:58:23 -0700 (PDT) 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> Date: Mon, 24 Jun 2013 08:58:23 -0700 Subject: Re: What is the semantics meaning of 'object'? From: Mark Janssen To: "Steven D'Aprano" Content-Type: text/plain; charset=ISO-8859-1 Cc: python-list@python.org 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: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1372089511 news.xs4all.nl 15911 [2001:888:2000:d::a6]:55916 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:49055 >> Mostly I'm saying that super() is badly named. > > What else would you call a function that does lookups on the current > object's superclasses? ^. You make a symbol for it. ^__init__(foo, bar) -- MarkJ Tacoma, Washington