Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!weretis.net!feeder1.news.weretis.net!news.roellig-ltd.de!open-news-network.org!news4.open-news-network.org!.POSTED!not-for-mail From: Thomas Rachel Newsgroups: comp.lang.python Subject: Re: 'is not' or '!=' Date: Tue, 19 Aug 2014 11:49:45 +0200 Organization: A not so newly installed InterNetNews server Lines: 12 Message-ID: References: <87fvgt7c4i.fsf@elektro.pacujo.net> <53F27340.90604@stoneleaf.us> NNTP-Posting-Host: r01.glglgl.de Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news4.open-news-network.org 1408441802 4161 37.59.37.191 (19 Aug 2014 09:50:02 GMT) X-Complaints-To: usenet@triton283.server4you.de NNTP-Posting-Date: Tue, 19 Aug 2014 09:50:02 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 Hamster/2.1.0.11 In-Reply-To: Xref: csiph.com comp.lang.python:76552 Am 19.08.2014 00:04 schrieb Chris Kaynor: > In each of these cases, the behavior may be different in other > implementations or versions of Python. And, the most important thing, in each of these cases, using "is" is semantically wrong, so no matter how different versions behave. If you ask the wrong question, you might get a wrong answer. Thomas