Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!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.121 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.81; '*S*': 0.05; 'syntax': 0.04; '22,': 0.09; 'subject:question': 0.10; 'cc:addr:python-list': 0.11; 'agree.': 0.16; 'illegal,': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'string,': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'words': 0.29; 'message- id:@mail.gmail.com': 0.30; "skip:' 10": 0.31; 'johnson': 0.35; 'no,': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'wrong': 0.37; 'too': 0.37; 'being': 0.38; 'simply': 0.61; "you're": 0.61; 'to:addr:gmail.com': 0.65; 'within': 0.65; 'it!': 0.67; 'short,': 0.84; 'treasure': 0.84; 'rick': 0.93; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=4SxK2ucJbguFTODYm5htkdAA+/6KhO8gBvCMSYs81y8=; b=beVN94qku2f7uBnUgfCRDb+k8WuF6JVcURc5ZfbH1xvEeOhyOfysLD2HcEQz5xB/51 mPiAGMLGxslBO0uEXGl+ss+II5d5qj4WaRhEKvhOO0kO357hnnH31yRfr+T0KMSJDdAl 6Hi7E1GY6zfVI6FITYvk93l3okBuB+EQ/31VwG4T4qgWAreSHDk7K0SiVaYRDM06LVZD gCq2e4CZzkJOqURVzl4FTUO5vshyovM5jXaSXuWjxbvN7VoiwdkEVsMkg2V6aCuALanS JdHi5DjzilObVbNvPIzww+xZOA8sWKHDOw4GBgpD/rXRV7+3/acLqqjKZxNfaTDYN9iW gPIQ== X-Received: by 10.112.170.166 with SMTP id an6mr9813518lbc.22.1371917500533; Sat, 22 Jun 2013 09:11:40 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <220677ac-ec18-4bf0-b424-b3bf4fc7994f@googlegroups.com> References: <51C4D2FF.8000709@digipen.edu> <51870913-c348-4807-bc25-aa7c8fbf0001@googlegroups.com> <220677ac-ec18-4bf0-b424-b3bf4fc7994f@googlegroups.com> From: Joshua Landau Date: Sat, 22 Jun 2013 17:11:00 +0100 Subject: Re: n00b question on spacing To: Rick Johnson Content-Type: text/plain; charset=UTF-8 Cc: python-list 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: 1371917508 news.xs4all.nl 15963 [2001:888:2000:d::a6]:52372 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:48933 On 22 June 2013 16:55, Rick Johnson wrote: > On Saturday, June 22, 2013 10:40:24 AM UTC-5, Joshua Landau wrote: >> > Plus, your use of the format syntax is incorrect. >> Wut? > > Well what i mean exactly is not that it's illegal, i just > find the use of the "getattr sugar", from WITHIN the format > string, to be excessively noisy. Sure... So in other words you realised you were wrong but you're too scared to admit it. Eh? That's it, isn't it! You just don't want to loosen your proud persona :P. > In short, i don't care to know WHAT is being injected into > the format string, i simply need to know WHERE it is being > injected. No, I agree. It's never about what you're doing; it's where you are when you do it. > It's about abstractions. It's about not violating the > fundamentals of "templates". Mmhmm, I too treasure these 'fundamentals'.