Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed1a.news.xs4all.nl!xs4all!news.tele.dk!news.tele.dk!small.news.tele.dk!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.021 X-Spam-Evidence: '*H*': 0.96; '*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; 'windows': 0.15; 'finney': 0.16; "he'll": 0.16; 'monitors': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'side.': 0.16; 'wrote:': 0.18; 'header:User-Agent:1': 0.23; 'driven': 0.24; '(or': 0.24; 'subject: : ': 0.26; 'header:X-Complaints-To:1': 0.27; 'character': 0.29; 'document.': 0.30; 'lines': 0.31; '-0700,': 0.31; "d'aprano": 0.31; 'religion,': 0.31; 'steven': 0.31; 'writes:': 0.31; 'text': 0.33; 'limitation': 0.33; 'display': 0.35; 'two': 0.37; 'ben': 0.38; 'displays': 0.38; 'feed': 0.38; 'to:addr:python-list': 0.38; 'fact': 0.38; 'that,': 0.38; 'recent': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'most': 0.60; 'increased': 0.61; 'today,': 0.61; "you'll": 0.62; 'show': 0.63; 'population': 0.68; 'limit': 0.70; 'low': 0.83; 'decades,': 0.84; 'dramatically': 0.84; 'praying': 0.84; 'received:125': 0.84; 'ridiculously': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Ben Finney Subject: Re: PEP 8 : Maximum line Length : Date: Wed, 14 May 2014 08:55:33 +1000 References: <5372223c$0$29980$c3e8da3$5496439d@news.astraweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Gmane-NNTP-Posting-Host: jigong.madmonks.org X-Public-Key-ID: 0xAC128405 X-Public-Key-Fingerprint: 517C F14B B2F3 98B0 CB35 4855 B8B2 4C06 AC12 8405 X-Public-Key-URL: http://www.benfinney.id.au/contact/bfinney-pubkey.asc X-Post-From: Ben Finney User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) Cancel-Lock: sha1:ZYMr2SKZADaAM8OCTlmU1SPEihI= 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: 26 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1400021756 news.xs4all.nl 2928 [2001:888:2000:d::a6]:40278 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:71512 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. -- \ “Give a man a fish, and you'll feed him for a day; give him a | `\ religion, and he'll starve to death while praying for a fish.” | _o__) —Anonymous | Ben Finney