Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder1.xlned.com!newsfeed.xs4all.nl!newsfeed4a.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.017 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'subject:not': 0.03; 'motivated': 0.05; "subject:' ": 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'finney': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'header:User-Agent:1': 0.23; 'header:X-Complaints-To:1': 0.27; 'tim': 0.29; 'that.': 0.31; 'chase': 0.31; 'writes:': 0.31; 'anyone': 0.31; 'role': 0.34; 'one,': 0.35; 'but': 0.35; 'so,': 0.37; 'ben': 0.38; 'to:addr:python-list': 0.38; 'rather': 0.38; "couldn't": 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'how': 0.40; 'name': 0.63; 'personal': 0.63; 'refer': 0.63; 'received:125': 0.84; 'urge': 0.91; 'imagine': 0.93 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Ben Finney Subject: Re: 'is not' or '!=' Date: Wed, 20 Aug 2014 09:24:00 +1000 References: <23643064-3716-49cb-87b8-a8c42f39feef@googlegroups.com> <53f30c89$0$11123$c3e8da3@news.astraweb.com> <20140819053616.0914f7a5@bigbox.christie.dr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Gmane-NNTP-Posting-Host: jigong.madmonks.org X-Public-Key-ID: 0xAC128405 X-Public-Key-Fingerprint: 517C F14B B2F3 98B0 CB35 4855 B8B2 4C06 AC12 8405 X-Public-Key-URL: http://www.benfinney.id.au/contact/bfinney-pubkey.asc X-Post-From: Ben Finney User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:ILF4aJdWvcZXab7tYhzXN9xd7F8= 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: 21 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1408490660 news.xs4all.nl 2911 [2001:888:2000:d::a6]:35963 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:76623 Tim Chase writes: > Am I the only one who feels the urge to write > > if i am some_other_object: ... > if we are some_other_object: ... > if u are some_other_object: ... # though txtspk bothers me How often do you need to refer to an object with personal pronouns? I think for me the answer is “never”. Why not name the specific role the object is playing, rather than the indirectness of personal pronouns? So, in short: you may not be the only one, but I find it difficult to imagine why anyone would be motivated to do that. -- \ “When I was born I was so surprised I couldn't talk for a year | `\ and a half.” —Gracie Allen | _o__) | Ben Finney