Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.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: OK 0.031 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'python': 0.08; 'lawrence': 0.09; '25,': 0.12; 'am,': 0.12; '(do': 0.16; 'fancy': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'levels).': 0.16; 'wrote:': 0.18; 'received:209.85.210.174': 0.21; 'received:mail-iy0-f174.google.com': 0.21; 'header:In-Reply-To:1': 0.22; 'feb': 0.22; 'pep': 0.23; 'sat,': 0.25; 'structure': 0.26; 'code,': 0.28; 'separate': 0.28; '(this': 0.28; "i'm": 0.28; 'message-id:@mail.gmail.com': 0.29; 'languages': 0.32; 'to:addr :python-list': 0.35; 'two': 0.36; 'but': 0.37; 'received:google.com': 0.37; 'received:209.85': 0.38; 'received:209': 0.39; 'to:addr:python.org': 0.40; 'subject:Please': 0.40; 'header:Received:6': 0.61; 'our': 0.63; 'show': 0.66; 'spaces': 0.73; '11:49': 0.84; 'violating': 0.84; 'subject:!!': 0.93 Received-SPF: pass (google.com: domain of rosuav@gmail.com designates 10.42.131.129 as permitted sender) client-ip=10.42.131.129; Authentication-Results: mr.google.com; spf=pass (google.com: domain of rosuav@gmail.com designates 10.42.131.129 as permitted sender) smtp.mail=rosuav@gmail.com; dkim=pass header.i=rosuav@gmail.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=AlaOMRdhLyvXzSayHmS0hzQ6p0C9+66CdV3jH90qKFE=; b=NYYFQhhoXj0i8l2GmAu4ley7srZX/ISX+PSaRB64eI7EMsbTo3JaNECx8425VJUop6 QLlBacs5Zo9S6eBQI2/v63EvmfkDK0Q5nyUxxFfDAhEZYLueDworsK5jdK2u8iNRaMQE oDNlo+/cA9QTUcn5iFCVuyVMghEz8oD65el1Q= MIME-Version: 1.0 In-Reply-To: References: <724ccbd6-30d1-41bd-bf38-2a5ce82953a1@x19g2000yqh.googlegroups.com> <4F46C124.2070102@davea.name> <87mx88tyvc.fsf@benfinney.id.au> <4f47808b$0$29989$c3e8da3$5496439d@news.astraweb.com> Date: Sat, 25 Feb 2012 12:25:16 +1100 Subject: Re: Please verify!! From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 1330133120 news.xs4all.nl 6890 [2001:888:2000:d::a6]:36526 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:20847 On Sat, Feb 25, 2012 at 11:49 AM, Mark Lawrence wrote: > Oo, thou sinner, fancy violating PEP 8 and standardising on tabs. PEP 8 applies only to Python code, our standard is across all our languages :) But yes, I'm a horrible sinner and I like tabs. They separate the display (do you want tabs to show as four-space indent, two-centimeter indent, or fifty-pixel indent?) from the structure (this line is indented two levels). Spaces merge those. ChrisA