Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!xlned.com!feeder7.xlned.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.054 X-Spam-Evidence: '*H*': 0.89; '*S*': 0.00; 'width': 0.05; 'wrote:': 0.15; 'bit.': 0.16; 'subject:PEP': 0.16; '\xc2\xa0i': 0.16; 'result,': 0.16; 'cc:addr:python-list': 0.16; 'pm,': 0.16; 'issue,': 0.19; 'cheers,': 0.19; 'cc:2**0': 0.21; 'column': 0.22; 'cc:no real name:2**0': 0.22; 'header:In-Reply-To:1': 0.22; 'assume': 0.23; 'horizontal': 0.23; 'code': 0.24; 'writes:': 0.25; 'fri,': 0.28; 'message-id:@mail.gmail.com': 0.28; 'fixed': 0.29; 'cc:addr:python.org': 0.30; '22,': 0.30; 'use?': 0.30; 'chris': 0.32; 'it?': 0.34; 'safely': 0.35; 'stuck': 0.35; 'limitation': 0.37; 'received:google.com': 0.38; 'subject:: ': 0.38; 'think': 0.38; 'common': 0.39; 'help': 0.39; 'received:74.125': 0.40; 'your': 0.60; 'john': 0.62; 'increase': 0.64; 'limit': 0.66; '12:13': 0.84; 'reduced.': 0.84; 'sender:addr:chris': 0.84; 'url:rebertia': 0.84; 'valid,': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rebertia.com; s=google; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=z9lobmoof0EDhvhf2fvfV2/8YOXG1xI6DLYgUJTvPdw=; b=AtbUuUQvUGTxfxmeRSn78P0bFsmOXiXi9mvL0bOJjQm+Ft03mOSsDOVr21XnYOVLxJ ZdhNpW4/ks9ak1kWShIZzVQmDUDPbwjy3qqg+7g/vDRzV5cfAea5WU41gJTTpQPY3cgN 0oPKwWmCgeRyEgbfvkNa/nwpief2VoM1E0bTk= MIME-Version: 1.0 Sender: chris@rebertia.com In-Reply-To: References: <4E286704.5060201@gmail.com> <4E2870A2.1070600@jollybox.de> <4E287406.8080608@gmail.com> <98tahoFcblU1@mid.individual.net> <98u00kFnfiU1@mid.individual.net> Date: Fri, 22 Jul 2011 13:56:15 -0700 X-Google-Sender-Auth: QSu6mo8b058hlez8VWcG6vANng4 Subject: Re: PEP 8 and extraneous whitespace From: Chris Rebert To: John Gordon Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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: 21 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1311368177 news.xs4all.nl 23884 [2001:888:2000:d::a6]:53813 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:10153 On Fri, Jul 22, 2011 at 12:13 PM, John Gordon wrote: > In <98u00kFnfiU1@mid.individual.net> Neil Cerutti wri= tes: > >> You can fit much more code per unit of horizontal space with a >> proportionally spaced font. As a result, that issue, while valid, >> is significantly reduced. > > Is it? =C2=A0I assume one major reason for the 80-character limit is to h= elp > the poor sod who will eventually get stuck working with your code on an > 80-column fixed width terminal window. What environments with that limitation are still in common use? It's not the '70s anymore; I think we can safely increase the max column width a bit. Cheers, Chris -- http://rebertia.com