Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3a.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.155 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.69; '*S*': 0.00; 'subject:operators': 0.16; 'wrote:': 0.18; 'example': 0.22; 'header:User-Agent:1': 0.23; 'from:addr:chris': 0.24; 'skip:" 20': 0.27; 'header:In-Reply- To:1': 0.27; 'wondering': 0.29; 'chris': 0.29; 'received:10.0.0': 0.31; 'received:dreamhost.com': 0.31; 'received:g.dreamhost.com': 0.31; 'operations': 0.35; 'subject:?': 0.36; 'received:10.0': 0.36; 'received:10': 0.37; 'thank': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'does': 0.39; "couldn't": 0.39; 'to:addr:python.org': 0.39; 'charset:windows-1252': 0.65; 'yourself': 0.78; 'otten': 0.84 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=cdreimer.com; h=message-id :date:from:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; s=cdreimer.com; bh=QiMX haV+m0kWF54ckeC+aT+Arm0=; b=fatX8C3lH3QmMe5N1Qb8cYrzo63lZFTm72HO QzoORmegk2/ccsE5gh/IU3tmHrUBtN3QF49cA/XbUwoVFKv1q85aZ95MXotEs0yi FaKFzvut8u1un/BaNQWSHT9Kx/bDOhqo2cNalvuoXCq6hmEn+CTMpyA5Z4fDf57T 7gAXBS0= Date: Sat, 16 May 2015 13:01:54 -0700 From: "C.D. Reimer" User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Rule of order for dot operators? References: <55579886.3010001@cdreimer.com> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ 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: 1431806522 news.xs4all.nl 2945 [2001:888:2000:d::a6]:48632 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:90757 On 5/16/2015 12:34 PM, Peter Otten wrote: > You can find out yourself by using operations where the order does > matter: "Test".upper().lower() I was wondering about that and couldn't think of an example off the top of my head. Thank you, Chris Reimer