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


Groups > comp.lang.python > #51862

Re: PEP8 revised: max line lengths

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <nicholas.cole@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status UNSURE 0.308
X-Spam-Level ***
X-Spam-Evidence '*H*': 0.53; '*S*': 0.14; 'friday,': 0.09; 'preferences,': 0.16; 'for?': 0.16; 'wrote:': 0.18; 'header:In- Reply-To:1': 0.27; 'to:2**1': 0.27; 'chris': 0.29; 'message- id:@mail.gmail.com': 0.30; 'received:google.com': 0.35; 'possible': 0.36; 'so,': 0.37; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'august': 0.61; 'personal': 0.63; 'to:addr:gmail.com': 0.65; 'charset:windows-1252': 0.65; 'amazed': 0.84; '2013,': 0.91; 'endorsed': 0.93
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=vNFh2pJYAc9RLo+VqR6zgKf6pyYTNxC6wIhWl6r/aVk=; b=h6440LeHlM7XCeCfhuiq3HnW+0v573EXKrDzc+SrAdOffnCDqyeDnCyqT8WMJ3EuA7 FtjTWyzQ5tlFg/GbWA1hMEpwXurQxcQfsoYifMrihShv02AqEFTOr0N4BAzfrO70PRRm U5o0tzWNKVXDLqJUbS/nsdYzK0IdjTXPd6I7UlgEDu9zEvKv5986Mu7taN7EKuPJwGPK FUTAekIjf71Qs1AingfUKQSaq9bgyrGo5RNyf4NBZLAfTnzfo2bIhMYUxwssOPBxp32J 3MxL6DYHV+gQlcknhsXexij3890RdrEoMfYd3a3OXzHzRohHxpNKOJBhXcwrf3YT7lhc 8YGQ==
MIME-Version 1.0
X-Received by 10.224.173.3 with SMTP id n3mr6851302qaz.59.1375529729614; Sat, 03 Aug 2013 04:35:29 -0700 (PDT)
In-Reply-To <CAMw+j7LN74kswAmqh6a-MkDcNj5bxQADT6SdMr_vefo3JytL4Q@mail.gmail.com>
References <mailman.93.1375386763.1251.python-list@python.org> <roy-C1BE66.20514301082013@news.panix.com> <CAMw+j7LN74kswAmqh6a-MkDcNj5bxQADT6SdMr_vefo3JytL4Q@mail.gmail.com>
Date Sat, 3 Aug 2013 12:35:29 +0100
Subject Re: PEP8 revised: max line lengths
From Nicholas Cole <nicholas.cole@gmail.com>
To Chris “Kwpolska” Warrick <kwpolska@gmail.com>, python-list@python.org
Content-Type multipart/alternative; boundary=001a11c2a4bee96a7004e3097802
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.159.1375541014.1251.python-list@python.org> (permalink)
Lines 33
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1375541014 news.xs4all.nl 15990 [2001:888:2000:d::a6]:37624
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:51862

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

On Friday, 2 August 2013, Chris “Kwpolska” Warrick wrote:

[snip]

>
> So, what are you feasting for?  Nothing?


I have long since ceased to be amazed at the number of people who would
like their personal and arbitrary preferences, and the rationalisations
that go with them, to be validated and endorsed by others, in law if
possible and in policy documents if not!

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