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


Groups > comp.lang.python > #51819

Re: PEP8 revised: max line lengths

Path csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <skip.montanaro@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.007
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; ';-)': 0.03; 'assuming': 0.09; 'solution,': 0.09; 'width': 0.09; 'cc:addr:python-list': 0.11; 'from:addr:pobox.com': 0.16; 'from:addr:skip': 0.16; ':-)': 0.16; 'sender:addr:gmail.com': 0.17; 'cc:addr:python.org': 0.22; 'skip': 0.24; 'cc:2**0': 0.24; 'define': 0.26; 'header:In-Reply- To:1': 0.27; 'points': 0.29; 'message-id:@mail.gmail.com': 0.30; 'received:google.com': 0.35; 'there': 0.35; 'right?': 0.36; 'so,': 0.37; 'units': 0.60; 'to:addr:gmail.com': 0.65; 'wish,': 0.91
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=KZSPDJnchRdWT563aYEF5cADNR2yC9uUU1rfEI2djWU=; b=l1i5NwCuFhYLNkI0O0hz55OQ+wMfb2J19ZvUY23qB3x5O2zIlrf8jpKPrMjPq8VpMz 2FtICsLd98Cd/jEjlDOnPJjRMPgX7Tw6ASVpj5fGtot88WzfzmTOBA9wH7fJ1/gFn/dQ r3iVFHErKTSIeH4e/aN6XyZ4tblBeIfXny/UBswkKdv6VkBh6LCENKykPcNCfZ4jvubu fOeV5wz8YytDECcx39Dq6MVKc2avInwSX/fflwfDGT+2wlQY6wtqBX9Mvsdf9vMeACkf BhqCMwKik+o6lOIN7xbpD+wmdEeQKIj7wPbrgr6Ckfp9r9K288oWYfZAlEs5FQh94R+D MSJg==
MIME-Version 1.0
X-Received by 10.50.134.9 with SMTP id pg9mr346807igb.29.1375456751704; Fri, 02 Aug 2013 08:19:11 -0700 (PDT)
Sender skip.montanaro@gmail.com
In-Reply-To <69cdc3df-475f-472c-a163-f3b85f806ff6@googlegroups.com>
References <mailman.93.1375386763.1251.python-list@python.org> <roy-C1BE66.20514301082013@news.panix.com> <mailman.112.1375441669.1251.python-list@python.org> <69cdc3df-475f-472c-a163-f3b85f806ff6@googlegroups.com>
Date Fri, 2 Aug 2013 10:19:11 -0500
X-Google-Sender-Auth 23qHNwePZFJjzqfuDiYi3-Wefh0
Subject Re: PEP8 revised: max line lengths
From Skip Montanaro <skip@pobox.com>
To wxjmfauth@gmail.com
Content-Type text/plain; charset=UTF-8
Cc Python <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.129.1375456754.1251.python-list@python.org> (permalink)
Lines 6
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1375456754 news.xs4all.nl 15953 [2001:888:2000:d::a6]:41672
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:51819

Show key headers only | View raw


> The solely valid solution, assuming there is some wish,
> is to define a maximal line width (preferably in SI units ;-)

So, 79 * 8 points == 0.222955555696 meters, right? :-)

Skip

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


Thread

PEP8 revised: max line lengths Terry Reedy <tjreedy@udel.edu> - 2013-08-01 15:52 -0400
  Re: PEP8 revised: max line lengths Roy Smith <roy@panix.com> - 2013-08-01 20:51 -0400
    Re: PEP8 revised: max line lengths Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-08-02 04:28 +0000
    Re: PEP8 revised: max line lengths Chris “Kwpolska” Warrick <kwpolska@gmail.com> - 2013-08-02 13:07 +0200
      Re: PEP8 revised: max line lengths wxjmfauth@gmail.com - 2013-08-02 08:08 -0700
        Re: PEP8 revised: max line lengths Skip Montanaro <skip@pobox.com> - 2013-08-02 10:19 -0500
          Re: PEP8 revised: max line lengths wxjmfauth@gmail.com - 2013-08-02 14:15 -0700
            Re: PEP8 revised: max line lengths Chris Angelico <rosuav@gmail.com> - 2013-08-02 22:34 +0100
            Re: PEP8 revised: max line lengths Joshua Landau <joshua@landau.ws> - 2013-08-03 03:21 +0100
            Re: PEP8 revised: max line lengths Chris Angelico <rosuav@gmail.com> - 2013-08-03 07:43 +0100
              Re: PEP8 revised: max line lengths Roy Smith <roy@panix.com> - 2013-08-03 11:00 -0400
                Re: PEP8 revised: max line lengths wxjmfauth@gmail.com - 2013-08-03 10:21 -0700
    Re: PEP8 revised: max line lengths Nicholas Cole <nicholas.cole@gmail.com> - 2013-08-03 12:35 +0100
      Re: PEP8 revised: max line lengths wxjmfauth@gmail.com - 2013-08-04 02:52 -0700
        Re: PEP8 revised: max line lengths Roy Smith <roy@panix.com> - 2013-08-04 10:07 -0400
          Re: PEP8 revised: max line lengths Sergi Pasoev <s.pasoev@gmail.com> - 2013-08-04 18:20 +0400
          Re: PEP8 revised: max line lengths Sergi Pasoev <s.pasoev@gmail.com> - 2013-08-04 18:27 +0400
          Re: PEP8 revised: max line lengths Chris Angelico <rosuav@gmail.com> - 2013-08-04 15:18 +0100
            Re: PEP8 revised: max line lengths Roy Smith <roy@panix.com> - 2013-08-04 14:18 -0400
              Re: PEP8 revised: max line lengths Chris Angelico <rosuav@gmail.com> - 2013-08-04 19:23 +0100

csiph-web