Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Tim Chase Newsgroups: comp.lang.python Subject: Re: Guido sees the light: PEP 8 updated Date: Sat, 16 Apr 2016 16:50:27 -0500 Lines: 20 Message-ID: References: <5711c1b3$0$1596$c3e8da3$5496439d@news.astraweb.com> <87shym6kpo.fsf@elektro.pacujo.net> <87h9f26ioa.fsf@elektro.pacujo.net> <1460809922.1918014.580580553.0AE05EE4@webmail.messagingengine.com> <878u0d7az5.fsf@elektro.pacujo.net> <85vb3huxjn.fsf@benfinney.id.au> <20160416165027.0fe70e5f@bigbox.christie.dr> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de 2/C6mikO5rViefdcycecvAZn5ElIzmf3/FaR3OdKrw2Q== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.065 X-Spam-Evidence: '*H*': 0.87; '*S*': 0.00; 'subject:PEP': 0.07; 'argument': 0.15; '-tkc': 0.16; 'from:addr:python.list': 0.16; 'from:addr:tim.thechases.com': 0.16; 'from:name:tim chase': 0.16; 'received:10.122': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; 'settings': 0.20; 'windows': 0.20; 'code.': 0.23; '(or': 0.23; 'header:In-Reply-To:1': 0.24; 'coding': 0.27; 'larry': 0.29; 'character': 0.29; 'window': 0.30; 'screen': 0.32; 'text.': 0.35; 'but': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:10': 0.37; 'charset:us-ascii': 0.37; 'subject:the': 0.39; 'enough': 0.39; 'to:addr:python.org': 0.40; 'still': 0.40; 'some': 0.40; 'your': 0.60; 'wide': 0.61; 'matter': 0.63; 'within': 0.64; 'brain': 0.66; 'phone': 0.68; 'limits,': 0.84; 'portrait': 0.84; 'received:23': 0.84 X-Sender-Id: wwwh|x-authuser|tim@thechases.com X-Sender-Id: wwwh|x-authuser|tim@thechases.com X-MC-Relay: Neutral X-MailChannels-SenderId: wwwh|x-authuser|tim@thechases.com X-MailChannels-Auth-Id: wwwh X-MC-Loop-Signature: 1460843639272:1852658486 X-MC-Ingress-Time: 1460843639272 In-Reply-To: <85vb3huxjn.fsf@benfinney.id.au> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) X-AuthUser: tim@thechases.com X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <20160416165027.0fe70e5f@bigbox.christie.dr> X-Mailman-Original-References: <5711c1b3$0$1596$c3e8da3$5496439d@news.astraweb.com> <87shym6kpo.fsf@elektro.pacujo.net> <87h9f26ioa.fsf@elektro.pacujo.net> <1460809922.1918014.580580553.0AE05EE4@webmail.messagingengine.com> <878u0d7az5.fsf@elektro.pacujo.net> <85vb3huxjn.fsf@benfinney.id.au> Xref: csiph.com comp.lang.python:107123 On 2016-04-17 06:08, Ben Finney wrote: > Larry Martell writes: > > if we still had 1970's 80 character TTYs that would matter but on > > my 29" 1920x1080 screen it doesn't. > > Larry, you've been around long enough to know that's not an argument > against a limited line length for code. It is not about the > technology of your terminal. It's about the technology of the brain > reading the text. But just in case you do want to consider hardware limits, I do some of my coding on my phone & tablet, both of which are ~80 characters wide at best (or less if I use the phone in portrait mode). I also do some editing/diffing within a cmd.exe window on Windows which is limited to 80 characters unless you do some hijinks in the settings to expand it. -tkc