Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #51481

PEP8 79 char max

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 <devyncjohnson@gmail.com>
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 <devyncjohnson@gmail.com>
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 <python-list@python.org>
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 <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.5257.1375127041.3114.python-list@python.org> (permalink)
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

Show key headers only | View raw


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

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

PEP8 79 char max Devyn Collier Johnson <devyncjohnson@gmail.com> - 2013-07-29 15:43 -0400
  Re: PEP8 79 char max John Gordon <gordon@panix.com> - 2013-07-29 20:30 +0000
  Re: PEP8 79 char max Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-07-29 21:09 +0000
    Re: PEP8 79 char max "Rhodri James" <rhodri@wildebst.demon.co.uk> - 2013-07-30 00:08 +0100
      Re: PEP8 79 char max Joshua Landau <joshua@landau.ws> - 2013-07-30 01:11 +0100
        Re: PEP8 79 char max "Rhodri James" <rhodri@wildebst.demon.co.uk> - 2013-07-30 01:41 +0100
          Re: PEP8 79 char max Joshua Landau <joshua@landau.ws> - 2013-07-30 03:12 +0100
          Re: PEP8 79 char max Cameron Simpson <cs@zip.com.au> - 2013-07-31 07:32 +1000
  Re: PEP8 79 char max llanitedave <llanitedave@veawb.coop> - 2013-07-31 00:30 -0700

csiph-web