Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.xlned.com!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!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.043 X-Spam-Evidence: '*H*': 0.91; '*S*': 0.00; 'collier': 0.09; 'recommends': 0.09; 'python': 0.11; 'limiting': 0.16; 'pep8': 0.16; 'url:pep-0008': 0.16; 'url:peps': 0.16; 'header:User- Agent:1': 0.23; 'url:dev': 0.24; 'script': 0.25; 'character': 0.29; 'characters': 0.30; 'lines': 0.31; 'received:10.0.0': 0.31; 'url:python': 0.33; 'johnson': 0.35; 'received:google.com': 0.35; 'programming,': 0.36; 'received:10.0': 0.36; 'url:org': 0.36; 'received:10': 0.37; 'handle': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'devices': 0.61; 'email addr:gmail.com': 0.63; 'maximum': 0.63; 'more': 0.64 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=hpyxA7QZGGX2nBxNld/LWwu45IT/2GsYblUCTAg519A=; b=O/Gysw1KWH9kxFYKTpPF5LP6YYeyCY6FZ2yj6Yw+rReAI2x40bFG2sLplvp18vNaxX MmQmbbZQk8MZQcGZYH8VS/2bDEd6Pt+lumkRRQfrTt9xqHcLg5DVM6Nek0s2CarfAKf7 ZvO2voyQf1oRm/EPnvQPJvzM/RxF/fUIiSeZ6SL6Le/O9k9TWJWyccmc60epLQodYqO2 VCJyAeCdEq5hpTS0DN4q1tuNSIjYv+4gZy18XH/MBf5Bw+JfF/f8V+gwGOgC30OUDbvM ckleKIsr4uOzK7MAZs0ttujEW7LzJ5lUU6ma6xsdoOEDz533wENIkaSsGTzS1RGDOaYg r4Sg== X-Received: by 10.58.204.195 with SMTP id la3mr25930124vec.66.1375127032130; Mon, 29 Jul 2013 12:43:52 -0700 (PDT) Date: Mon, 29 Jul 2013 15:43:49 -0400 From: Devyn Collier Johnson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130623 Thunderbird/17.0.7 MIME-Version: 1.0 To: Python Mailing List Subject: PEP8 79 char max Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1375127041 news.xs4all.nl 15999 [2001:888:2000:d::a6]:57334 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:51481 In Python programming, the PEP8 recommends limiting lines to a maximum of 79 characters because "There are still many devices around that are limited to 80 character lines" (http://www.python.org/dev/peps/pep-0008/#code-lay-out). What devices cannot handle 80 or more characters on a line? Would following this recommendation improve script performance? Mahalo, Devyn Collier Johnson DevynCJohnson@Gmail.com