Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!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.063 X-Spam-Evidence: '*H*': 0.87; '*S*': 0.00; 'alignment': 0.09; 'am,': 0.13; 'wrote:': 0.15; 'limit.': 0.16; 'subject:PEP': 0.16; 'cc:addr:python-list': 0.16; 'cc:2**0': 0.21; 'cc:no real name:2**0': 0.22; 'header:In-Reply-To:1': 0.22; 'trying': 0.23; 'code': 0.24; 'fri,': 0.28; 'message-id:@mail.gmail.com': 0.28; 'cc:addr:python.org': 0.30; '22,': 0.30; 'but': 0.37; 'using': 0.37; 'received:google.com': 0.38; 'received:209.85.161': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.38; 'easier': 0.39; 'under': 0.39; 'received:209': 0.40; 'leading': 0.61; 'size.': 0.71; 'adhere': 0.84; 'proportional': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=cSZ456EFIu6mCvkDTg/sILXlNft253kNvj52ZKEebSo=; b=r9ZrCaLdsukLMiqaFty5dKy9uFcPROTEvL0HQd8xCaIeRO17L3WDtmvJ0rOB4eyYac Js0+DaFeQdVwbmJNVmzLteRViyeD9r5yPxIMBUb/x4koX31fW3b6k0dYZAtEa1Fk2kDB AJb2ZDe4chvPLbJYCW94fxi/i9EIDtSDIRu3I= MIME-Version: 1.0 In-Reply-To: <98tahoFcblU1@mid.individual.net> References: <4E286704.5060201@gmail.com> <4E2870A2.1070600@jollybox.de> <4E287406.8080608@gmail.com> <98tahoFcblU1@mid.individual.net> From: Ian Kelly Date: Fri, 22 Jul 2011 12:13:19 -0600 Subject: Re: PEP 8 and extraneous whitespace To: Neil Cerutti Content-Type: text/plain; charset=ISO-8859-1 Cc: python-list@python.org 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: 1311358431 news.xs4all.nl 23908 [2001:888:2000:d::a6]:36477 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:10129 On Fri, Jul 22, 2011 at 6:59 AM, Neil Cerutti wrote: > Under the assumption that leading white space is important for > code formatting, but that all alignment after that is > unimportant. ...unless you're trying to adhere to a line length limit. "80 characters" is a lot easier to do in a fixed-width font, and "10 inches" or "400 pixels" or however you want to do it in a proportional font effectively limits you to using that specific font, at that specific size.