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


Groups > comp.lang.python > #51861

Re: PEP8 revised: max line lengths

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.etla.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 <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status UNSURE 0.274
X-Spam-Level **
X-Spam-Evidence '*H*': 0.59; '*S*': 0.14; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'sat,': 0.16; 'wrote:': 0.18; '(in': 0.22; 'aug': 0.22; 'either.': 0.24; 'primary': 0.26; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'fri,': 0.33; 'problem': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'should': 0.36; 'unit': 0.37; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'units': 0.60; 'august': 0.61; 'term': 0.63; 'accepted)': 0.91; 'sorry.': 0.91; 'serious': 0.97; '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 :content-type; bh=D4Q7efvBBUMg9uVzx/eNvhxMkuhjmqttgYYkj2/GFKk=; b=Lg1PhgCAD52MUcVGnC3dF/3lbF+m0SGArIR7vcpZp3P5CBNUmKfH7XsEepLw/nVsvR BSOKzwwpt4lMYxQBNmyhMCWw8ODwQ3FoA9KmZCAtaGrgZ5xnyHFQam3erDdcNMSVzoxh HdzioytQudSCjIg+wPExdZ74BqrNY4qCRrxtmJEQakKPnBlyX2bXr7uQu3Oo6tW87mzM roeCbTfVh1uXAZWhu/Yp330kpwHRTwW0dBRnn++MewD+TY38Qt4DZtmuHRFzek+FAC2k Enuy9IwDprQwMFETxsKWBR/NbRFCaRnOrHwdbkwCjLVvDYZ/dGoB3eNyoYj0O/wvi8Zf WQjw==
MIME-Version 1.0
X-Received by 10.220.43.19 with SMTP id u19mr3192599vce.3.1375512184096; Fri, 02 Aug 2013 23:43:04 -0700 (PDT)
In-Reply-To <CAN1F8qW2W7=+PHLWYJe2k7hmjx3C6141vwVMRGL6QfZDp31M9w@mail.gmail.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> <mailman.129.1375456754.1251.python-list@python.org> <8b60088c-941a-46e5-9aab-629b082ef45b@googlegroups.com> <CAPTjJmrUSdLqLSttXxLa=ZQh9+ipcuZVv5DeJETG0T4CLC8pBA@mail.gmail.com> <CAN1F8qW2W7=+PHLWYJe2k7hmjx3C6141vwVMRGL6QfZDp31M9w@mail.gmail.com>
Date Sat, 3 Aug 2013 07:43:03 +0100
Subject Re: PEP8 revised: max line lengths
From Chris Angelico <rosuav@gmail.com>
To python-list@python.org
Content-Type text/plain; charset=ISO-8859-1
X-Mailman-Approved-At Sat, 03 Aug 2013 16:43:32 +0200
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.158.1375541014.1251.python-list@python.org> (permalink)
Lines 19
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1375541014 news.xs4all.nl 16009 [2001:888:2000:d::a6]:37622
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:51861

Show key headers only | View raw


On Sat, Aug 3, 2013 at 3:21 AM, Joshua Landau <joshua@landau.ws> wrote:
> On 2 August 2013 22:34, Chris Angelico <rosuav@gmail.com> wrote:
>>
>> On Fri, Aug 2, 2013 at 10:15 PM,  <wxjmfauth@gmail.com> wrote:
>>
>> > Problem #3
>> > cm or inch? The only serious unit is an SI unit.
>> > (In scientific publications, only SI units are accepted)
>>
>> The cm is not a primary SI unit either.
>
>
> But it is an SI unit.

Sorry. Term I should have used is "base SI unit". Instead of using the
cm, use the m. Or go three orders of magnitude at a time to the km or
the mm.

ChrisA

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