Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed2.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: UNSURE 0.264 X-Spam-Level: ** X-Spam-Evidence: '*H*': 0.47; '*S*': 0.00; 'compact': 0.09; 'python': 0.11; 'question.': 0.14; 'for,': 0.16; 'subject:operators': 0.16; 'usenet': 0.16; 'who?': 0.16; 'employer': 0.16; 'wrote:': 0.18; 'examples': 0.20; 'programming': 0.22; 'header:User-Agent:1': 0.23; 'from:addr:chris': 0.24; 'looks': 0.24; 'header:In-Reply- To:1': 0.27; 'chris': 0.29; 'am,': 0.29; 'hiring': 0.29; 'newer': 0.30; 'code': 0.31; 'received:10.0.0': 0.31; "skip:' 10": 0.31; 'bunch': 0.31; "d'aprano": 0.31; 'operations.': 0.31; 'received:66.33': 0.31; 'received:66.33.216': 0.31; 'received:66.33.216.122': 0.31; 'received:dreamhost.com': 0.31; 'received:g.dreamhost.com': 0.31; 'received:hapkido.dreamhost.com': 0.31; 'steven': 0.31; 'linux': 0.33; 'core': 0.34; 'maybe': 0.34; 'received:66': 0.35; 'but': 0.35; 'indexed': 0.36; 'subject:?': 0.36; 'received:10.0': 0.36; 'received:10': 0.37; '2007': 0.38; 'skip:o 20': 0.38; 'thank': 0.38; 'manager': 0.38; '(i.e.,': 0.38; 'question,': 0.38; 'somebody': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'anything': 0.39; 'sure': 0.39; 'to:addr:python.org': 0.39; 'called': 0.40; 'office': 0.60; 'blank': 0.60; 'address': 0.63; 'show': 0.63; 'name': 0.63; 'protection': 0.63; 'real': 0.63; 'such': 0.63; 'became': 0.64; 'accounts': 0.64; 'school': 0.64; 'thomas': 0.65; 'charset:windows-1252': 0.65; 'linkedin': 0.68; 'useful.': 0.68; 'legal': 0.71; 'internet': 0.71; 'online': 0.71; 'address,': 0.75; '2015': 0.84; 'nonsense.': 0.84; 'popular.': 0.84; 'profile.': 0.91; 'besides,': 0.93 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=6Vzp NFz2cPiEF3uZT6v0UBXDCLo=; b=LAwIblRi0s1vKli7Kx7s6L6XRXYsrha2cbnf ZGqfrGD5kbmxHtEibIT0Sjx+VrME/MZDFghCBtsGuGlh7lS4ltQTFero/YEjvvSM 8Dz7accQp+HFgHTsvJ3tVR/qVyq5HaHM9aHxUe+fnLvDGWcKx+4+TjFogdrJsfXv aADb0NM= Date: Sun, 17 May 2015 10:50:53 -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: <3341326.d8VUBGAoep@PointedEars.de> <5557f29f$0$12992$c3e8da3$5496439d@news.astraweb.com> In-Reply-To: <5557f29f$0$12992$c3e8da3$5496439d@news.astraweb.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Mon, 18 May 2015 09:26:54 +0200 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: 22 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1431934016 news.xs4all.nl 2944 [2001:888:2000:d::a6]:55658 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:90789 On 5/16/2015 6:45 PM, Steven D'Aprano wrote: > On Sun, 17 May 2015 05:40 am, Thomas 'PointedEars' Lahn wrote: > >> C.D. Reimer wrote: >> ^^^^ >> Who? > Don't be a dick, Thomas. Lots of people use their initials. You use your > nickname as part of your sender address, why are you questioning somebody > for using their initials? I used my initials to hide my online presence from the Real World(tm). If a hiring manager looks up my legal name on the Internet, he or she will find a bunch of Usenet postings when I was a SuSE Linux noob in the 1990's. The only online accounts I have under my legal name is a Yahoo email address and a LinkedIn profile. After working at one employer that allowed anything found on the Internet as ammo in the office politics, a blank online slate provides better protection from such nonsense. Besides, I got called by my initials in school when the compact discs (CD) became popular. :) As for my question, my 2007 Core Python Programming book (based on python 2.5) indexed the dot for search operations. Some code examples show a single call (i.e., object.method()) but not multiple calls (i.e., object.method().method()). Since I wasn't sure what I was looking for, an Internet search turned up nothing useful. Hence, IMHO, a noobie question. Maybe I need a newer python book? Thank you, Chris Reimer