Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.061 X-Spam-Evidence: '*H*': 0.88; '*S*': 0.00; 'cc:addr:python-list': 0.11; 'python': 0.11; '-tkc': 0.16; 'from:addr:python.list': 0.16; 'from:addr:tim.thechases.com': 0.16; 'from:name:tim chase': 0.16; 'lower-case': 0.16; ':-)': 0.16; 'wrote:': 0.18; 'programming': 0.22; 'hack': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**1': 0.23; 'recognized': 0.26; 'switch': 0.26; 'supported': 0.26; 'certain': 0.27; 'header:In-Reply-To:1': 0.27; 'external': 0.29; 'tim': 0.29; "doesn't": 0.30; 'dos': 0.30; "i'm": 0.30; 'lines': 0.31; 'chase': 0.31; 'purely': 0.31; 'could': 0.34; 'basic': 0.35; 'there': 0.35; 'in.': 0.36; 'charset:us-ascii': 0.36; 'skip:4 10': 0.37; 'button': 0.38; 'apple': 0.38; 'requiring': 0.38; "couldn't": 0.39; 'hardware': 0.61; 'card': 0.63; 'to:addr:gmail.com': 0.65; 'cut': 0.74; 'glad': 0.83; 'add-on': 0.84; 'received:50.22': 0.84; '2013': 0.98 Date: Fri, 6 Sep 2013 07:56:26 -0500 From: Tim Chase To: Tim Delaney Subject: Re: PEP8 79 char max In-Reply-To: References: <51F6C5F5.5020201@Gmail.com> <51f6e1d8$0$30000$c3e8da3$5496439d@news.astraweb.com> <51F6ED13.5010508@Gmail.com> <640206d7-a42f-4ae8-b9d6-cd5b3d158a6c@googlegroups.com> <86d2dc56-05b4-45e8-b2e8-0fc128ec3724@googlegroups.com> <20130906053525.1b07b775@bigbox.christie.dr> X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.10; x86_64-pc-linux-gnu) Importance: low X-Priority: 5 (Lowest) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - boston.accountservergroup.com X-AntiAbuse: Original Domain - python.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - tim.thechases.com X-Get-Message-Sender-Via: boston.accountservergroup.com: none Cc: Python-List 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: 22 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1378472120 news.xs4all.nl 15878 [2001:888:2000:d::a6]:37339 X-Complaints-To: abuse@xs4all.nl Path: csiph.com!usenet.pasdenom.info!news.franciliens.net!feed.ac-versailles.fr!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Xref: csiph.com comp.lang.python:53783 On 2013-09-06 20:47, Tim Delaney wrote: > On 6 September 2013 20:35, Tim Chase wrote: > > I'm just glad it's no longer 40-chars-per-column and purely > > upper-case like the Apple ][+ on which I cut my programming teeth. > > Couldn't you switch the ][+ into high-res mode? You could with the > IIe. Made programming in DOS 3.3 BASIC so much nicer. There was an 80-column add-on card that also supported lower-case (though, IIRC, you also had to do a hardware hack to wire the key to the joystick button to get it to be recognized in certain cases). The IIe was a far better machine, having the 80-column card built in. PR#3 :-) I'm also glad Python doesn't require prefixing lines with line-numbers for GOTO/GOSUB purposes, then requiring external the line-renumbering utilities that AppleSoft BASIC required :-S -tkc