Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #51484
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder5.xlned.com!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <joel.goldstick@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.054 |
| X-Spam-Evidence | '*H*': 0.89; '*S*': 0.00; 'collier': 0.09; 'recommends': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'limiting': 0.16; 'pep8': 0.16; 'readability': 0.16; 'url:pep-0008': 0.16; 'url:peps': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'url:dev': 0.24; 'mon,': 0.24; 'cc:2**0': 0.24; 'script': 0.25; 'header:In-Reply-To:1': 0.27; 'character': 0.29; 'characters': 0.30; 'message- id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; 'lines': 0.31; 'url:python': 0.33; 'johnson': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'programming,': 0.36; 'url:listinfo': 0.36; 'url:org': 0.36; 'handle': 0.38; 'pm,': 0.38; 'url:mail': 0.40; 'devices': 0.61; 'email addr:gmail.com': 0.63; 'maximum': 0.63; 'more': 0.64; 'cards': 0.65; 'to:addr:gmail.com': 0.65; 'jul': 0.74; 'joel': 0.91; '2013': 0.98 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=MpykJvtVJWwZgfhZNtn0AU/phqiX5jibQ2T9jHtdwrg=; b=WtHZ8I55mP3wnmqdzk/BXj7BkRnvTZ2jUQMG4MH3O3h2UR7YWvRYZvmG0Y6rbRZiMT CbthV1jdip486JTbsF35Gbs8KhEi+M6/SQM+SvONQkbAaUO+c/u37uJSCWLa3q8UzdB5 u/xAOAyYAreo0TUHotqEw2+pjo1qXz5LWF8xAKnvGc6TRx5yQY0wKlI68M6ULY7UY9W5 AWbqQc7rlkKxwFUgPavmTbMah5Z0zraPp+zDAUdJxafPg7JOnURJYfcjv1/7qhcaDcJ8 HwzqiaI4gn4MUMXE/Lm8g6bowNozehlIqPnKcwtVK12+u8F5pdKMD/r2vaRQomcLN/YQ QqOA== |
| MIME-Version | 1.0 |
| X-Received | by 10.52.175.99 with SMTP id bz3mr11656020vdc.45.1375128502135; Mon, 29 Jul 2013 13:08:22 -0700 (PDT) |
| In-Reply-To | <51F6C5F5.5020201@Gmail.com> |
| References | <51F6C5F5.5020201@Gmail.com> |
| Date | Mon, 29 Jul 2013 16:08:22 -0400 |
| Subject | Re: PEP8 79 char max |
| From | Joel Goldstick <joel.goldstick@gmail.com> |
| To | Devyn Collier Johnson <devyncjohnson@gmail.com> |
| Content-Type | text/plain; charset=UTF-8 |
| Cc | Python Mailing List <python-list@python.org> |
| 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.5260.1375128511.3114.python-list@python.org> (permalink) |
| Lines | 25 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1375128511 news.xs4all.nl 15993 [2001:888:2000:d::a6]:40606 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:51484 |
Show key headers only | View raw
On Mon, Jul 29, 2013 at 3:43 PM, Devyn Collier Johnson <devyncjohnson@gmail.com> wrote: > 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? well, punch cards ;) Would following > this recommendation improve script performance? Not performance, but human readability > > Mahalo, > > Devyn Collier Johnson > DevynCJohnson@Gmail.com > -- > http://mail.python.org/mailman/listinfo/python-list -- Joel Goldstick http://joelgoldstick.com
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: PEP8 79 char max Joel Goldstick <joel.goldstick@gmail.com> - 2013-07-29 16:08 -0400
csiph-web