Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed4.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.012 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; '*not*': 0.07; 'reason,': 0.07; 'subject:PEP': 0.07; 'pixels': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'jan': 0.12; 'windows': 0.15; 'finney': 0.16; 'monitors': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'side.': 0.16; 'wrote:': 0.18; '>>>': 0.22; 'header:User-Agent:1': 0.23; 'driven': 0.24; '(or': 0.24; 'subject: : ': 0.26; 'header:X -Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'character': 0.29; 'document.': 0.30; 'code': 0.31; 'lines': 0.31; '-0700,': 0.31; "d'aprano": 0.31; 'steven': 0.31; 'writes:': 0.31; 'text': 0.33; 'open': 0.33; 'limitation': 0.33; 'display': 0.35; 'really': 0.36; 'two': 0.37; 'ben': 0.38; 'displays': 0.38; 'to:addr:python-list': 0.38; 'fact': 0.38; 'pm,': 0.38; 'that,': 0.38; 'recent': 0.39; 'received:71': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'even': 0.60; 'most': 0.60; 'increased': 0.61; 'today,': 0.61; 'show': 0.63; 'population': 0.68; 'limit': 0.70; 'low': 0.83; 'decades,': 0.84; 'dramatically': 0.84; 'received:fios.verizon.net': 0.84; 'ridiculously': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: PEP 8 : Maximum line Length : Date: Wed, 14 May 2014 17:09:30 -0400 References: <5372223c$0$29980$c3e8da3$5496439d@news.astraweb.com> <85iop98f16.fsf@benfinney.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: pool-71-175-90-87.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 In-Reply-To: <85iop98f16.fsf@benfinney.id.au> 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: 27 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1400101791 news.xs4all.nl 2875 [2001:888:2000:d::a6]:53387 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:71578 On 5/13/2014 6:55 PM, Ben Finney wrote: > Steven D'Aprano writes: > >> On Tue, 13 May 2014 04:52:26 -0700, Rustom Mody wrote: >> >>> What this goes to show is that while 80 is ridiculously low by most >>> displays today, >> >> Not for people who like to has two (or three, or four) windows side-by- >> side. Or multiple views of the same document. > > There's also the fact that, while the capacity of monitors to display > pixels has dramatically increased in recent decades, the capacity of > human cognition to scan long lines of text has not increased at all in > that time. > The 80 character line limit is *not* driven by a limitation of computer > technology; it is driven by a limitation of human cognition. For that > reason, it remains relevant until human cognition in the general reading > population improves. I use the monitor capacity to have 2 or even 3 code windows open side-by-side. Really handy. -- Terry Jan Reedy