Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed5.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.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python,': 0.01; 'python.': 0.04; 'attribute': 0.07; 'differently.': 0.07; 'distinction': 0.07; 'received:verizon.net': 0.07; 'terry': 0.07; 'insulting': 0.09; 'lines:': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'am,': 0.12; 'def': 0.13; 'class,': 0.15; 'method.': 0.15; 'insist': 0.16; 'reedy': 0.16; 'repetition': 0.16; 'two.': 0.16; 'unbound': 0.16; 'meant': 0.17; 'wrote:': 0.18; 'instance': 0.18; 'jan': 0.19; 'have,': 0.21; 'dec': 0.22; 'wrote': 0.22; 'header:In-Reply-To:1': 0.22; 'defined': 0.24; 'otherwise,': 0.25; 'function': 0.27; 'subject:" ': 0.28; 'far.': 0.29; 'indicated': 0.29; 'worked': 0.29; 'class': 0.29; 'usually': 0.31; 'thu,': 0.32; 'header:User-Agent:1': 0.33; 'actually': 0.33; 'header:X-Complaints-To:1': 0.33; 'that,': 0.33; 'agree': 0.33; 'on,': 0.34; 'to:addr:python-list': 0.34; 'done.': 0.34; 'anything': 0.34; 'response': 0.35; 'subject:with': 0.36; 'bound': 0.37; 'class.': 0.37; 'think': 0.37; 'open': 0.38; 'steven': 0.38; 'received:org': 0.38; 'why': 0.39; 'subject: (': 0.40; 'to:addr:python.org': 0.40; 'more': 0.61; '2011': 0.61; 'your': 0.61; 'our': 0.64; 'further': 0.64; 'ever': 0.65; 'special': 0.68; 'day': 0.69; 'claim': 0.76; '-0500,': 0.84; 'disagreement': 0.84; 'entry,': 0.84; 'subject,': 0.91; 'treatment': 0.97 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: AttributeError in "with" statement (3.2.2) Date: Fri, 16 Dec 2011 17:05:57 -0500 References: <4ee857d4$0$11091$c3e8da3@news.astraweb.com> <4ee97f20$0$11091$c3e8da3@news.astraweb.com> <4eeb0ddb$0$29979$c3e8da3$5496439d@news.astraweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: pool-74-109-121-73.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111105 Thunderbird/8.0 In-Reply-To: <4eeb0ddb$0$29979$c3e8da3$5496439d@news.astraweb.com> 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: 34 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1324073187 news.xs4all.nl 6951 [2001:888:2000:d::a6]:39285 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:17388 On 12/16/2011 4:22 AM, Steven D'Aprano wrote: > On Thu, 15 Dec 2011 19:39:17 -0500, Terry Reedy wrote: > [...] > > After reading your post, I think I have worked out where our disagreement > lines: you think that bound methods and instance methods are not the same > thing, Do you agree that an unbound method and a bound method are different? In Python, as indicated by the glossary entry, an unspecified 'method' is usually meant to be an unbound method. It is am important distinction and I do not see why you insist on confusing the two. > and that a function defined inside a class is different from a > function outside of a class. That, and your repetition of the same claim further on, is a insulting lie. Def statements always create functions. I have known that for 14 years since the first day I started with Python. I have never thought differently. If you actually think that I have, you are wrong. What I have said from my first response is that a function that is an attribute of a class, *whether defined in or outside the class*, gets special treatment when accessed via an instance of the class. And that is the truth. If you are ever interested in learning anything from me on this subject, re=read what I already wrote with a more open mind than you have so far. Otherwise, I am done. -- Terry Jan Reedy