Path: csiph.com!usenet.pasdenom.info!news.albasani.net!nntp-feed.chiark.greenend.org.uk!ewrotcd!news.nosignal.org!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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:: [': 0.03; 'subject:Python': 0.05; 'class,': 0.07; 'referring': 0.07; 'subject:help': 0.07; 'python': 0.09; 'modifier': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:2.7': 0.09; 'subject:Help': 0.10; 'dec': 0.15; 'happily': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:] [': 0.16; 'wrote:': 0.17; 'instance': 0.17; 'subject:] ': 0.19; 'meant': 0.21; 'header:X-Complaints-To:1': 0.28; '(maybe': 0.29; 'methods.': 0.29; 'class': 0.29; 'december': 0.32; 'johnson': 0.32; 'url:home': 0.33; 'anyone': 0.33; 'to:addr :python-list': 0.33; 'another': 0.33; 'received:org': 0.36; 'method': 0.36; 'charset:us-ascii': 0.36; 'subject: (': 0.36; 'does': 0.37; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'serving': 0.66; 'believe': 0.69; 'mistakes,': 0.84; 'dennis': 0.91; 'mistake': 0.91; 'rick': 0.91; 'swift': 0.91; 'angel': 0.93 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Dennis Lee Bieber Subject: Re: [Help] [Newbie] Require help migrating from Perl to Python 2.7 (namespaces) Date: Tue, 25 Dec 2012 16:08:21 -0500 Organization: > Bestiaria Support Staff < References: <3f14f739-e660-4883-a940-c77a6092cb79@googlegroups.com> <50d9adb5$0$29967$c3e8da3$5496439d@news.astraweb.com> <04786b93-4b0c-41fd-adfe-b89cb35c886c@googlegroups.com> <0d16cf90-88bc-4f0b-8775-c0fdbf05bc94@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: adsl-76-253-108-216.dsl.klmzmi.sbcglobal.net X-Newsreader: Forte Agent 3.3/32.846 X-No-Archive: YES 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: 25 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1356469797 news.xs4all.nl 6858 [2001:888:2000:d::a6]:36089 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:35498 On Tue, 25 Dec 2012 12:16:16 -0800 (PST), Rick Johnson declaimed the following in gmane.comp.python.general: > On Tuesday, December 25, 2012 11:10:49 AM UTC-6, Dave Angel wrote: > > > We all make mistakes, like my referring to class methods when I > > meant instance methods. > > This mistake reminded of how people in this group (maybe not you in particular) happily accept the terms "instance method" and "class method" HOWEVER if you _dare_ use the terms "instance variable" or "class variable" you get a swift rebuke. > > Would anyone care for another serving of logically inconsistent py? Only that many of us don't believe Python has /variables/, the use of instance/class as a modifier is thereby moot. An instance method is a method that works on an instance of the class, whereas a class method is meant to work on the class as a whole... I don't know of anyone arguing that Python does not have "methods"... -- Wulfraed Dennis Lee Bieber AF6VN wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/