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.137 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.75; '*S*': 0.02; 'am,': 0.13; 'wrote:': 0.15; 'readability.': 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; 'fri,': 0.28; 'message- id:@mail.gmail.com': 0.28; 'cc:addr:python.org': 0.30; '22,': 0.30; 'reasons': 0.34; 'received:google.com': 0.38; 'received:209.85.161': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.38; 'received:209': 0.40; 'limit': 0.66; '11:43': 0.84; 'proportional': 0.84; 'readability': 0.84; 'rusi': 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=u96nm2A/sopyv3eLYqVgmIl0zNRILHFmVMmCcZpUX+I=; b=WRv4IY/lbgYzf9SPJS8OQKgLInLU2/cTDFEZ0aaqIBxslmzXsXC3wmtFF2fvfkGQKt 2IVDhCz4byweRJPfz1JTWV51xYWiwQbqoQ1aMOfLTWxxnVofnM+oUqITnjzMl1JeGc1F jv9BkGSH68XxhRjTHZcKhT5x/F3t/3ECkaUbE= MIME-Version: 1.0 In-Reply-To: <2014a8da-1ec9-45d9-b56a-ee39100a90ec@p29g2000pre.googlegroups.com> References: <4E286704.5060201@gmail.com> <4E2870A2.1070600@jollybox.de> <4E287406.8080608@gmail.com> <4E294FB8.9020602@jollybox.de> <2014a8da-1ec9-45d9-b56a-ee39100a90ec@p29g2000pre.googlegroups.com> From: Ian Kelly Date: Fri, 22 Jul 2011 12:14:38 -0600 Subject: Re: PEP 8 and extraneous whitespace To: rusi 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: 6 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1311358509 news.xs4all.nl 23871 [2001:888:2000:d::a6]:37343 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:10130 On Fri, Jul 22, 2011 at 11:43 AM, rusi wrote: > Also it is more optimized. For the same size -- and therefore > readability -- a proportional font packs in more text. More text == less readability. This is one of the reasons I limit my line lengths.