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


Groups > comp.lang.python > #51935

Re: PEP8 revised: max line lengths

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder1.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 <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.126
X-Spam-Level *
X-Spam-Evidence '*H*': 0.78; '*S*': 0.03; 'wrote': 0.14; 'programs.': 0.14; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'programmer,': 0.16; 'programmers,': 0.16; 'roy': 0.16; 'when,': 0.16; 'wrote:': 0.18; 'aug': 0.22; '(or': 0.24; 'header:In-Reply- To:1': 0.27; 'idea': 0.28; 'chris': 0.29; 'possibility': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'program,': 0.31; 'received:google.com': 0.35; 'too': 0.37; 'to:addr:python-list': 0.38; 'fact': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'more': 0.64; 'smith': 0.68; 'products.': 0.72; 'article': 0.77; 'heh.': 0.84; 'idiots': 0.84; 'engineers,': 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 :content-type; bh=KIcHZTJZAOE6O7+jSjmDmsyh/v7N4MMgn0NFwDZZq+k=; b=ffu4WWjLvtBn//aiWp1dVlwIj2M78LDTMbevcib+eCEwt7GDcma0bTpQgGUPvbNxJU 7Dq7UqCpykk8H38dPSjnndJV+y3nSyEKHZWpN2l6ILQh0+2dEiYurbiRiuPtGtEoKrVU mOGHq18EfpuQwenxw+btE6JNPpMoIcdb9qtXkFMxxxf9dTVY9xSffacBM9gZIUhxk1Ei Al6ivxuWQ4Hl73OF4l7qGDfLZLpmIuzjEJf3zbg9QV86uFq4PHg6xH1g2J1tdv8d2Je5 OTDCBbPytkBNAFR91i4cAIMpTbt9b4DHB7VyKKPzbqvMpwC9gI/Vbnr+AyjB9Qs9VTH1 +K+g==
MIME-Version 1.0
X-Received by 10.52.94.78 with SMTP id da14mr1541013vdb.28.1375640608337; Sun, 04 Aug 2013 11:23:28 -0700 (PDT)
In-Reply-To <roy-CF1497.14180904082013@news.panix.com>
References <mailman.93.1375386763.1251.python-list@python.org> <roy-C1BE66.20514301082013@news.panix.com> <CAMw+j7LN74kswAmqh6a-MkDcNj5bxQADT6SdMr_vefo3JytL4Q@mail.gmail.com> <mailman.159.1375541014.1251.python-list@python.org> <d2e561f1-f5ba-4242-941d-6989abd1a482@googlegroups.com> <roy-88396E.10074704082013@news.panix.com> <mailman.186.1375639877.1251.python-list@python.org> <roy-CF1497.14180904082013@news.panix.com>
Date Sun, 4 Aug 2013 19:23:28 +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-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.188.1375640617.1251.python-list@python.org> (permalink)
Lines 14
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1375640617 news.xs4all.nl 15889 [2001:888:2000:d::a6]:38181
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:51935

Show key headers only | View raw


On Sun, Aug 4, 2013 at 7:18 PM, Roy Smith <roy@panix.com> wrote:
> In article <mailman.186.1375639877.1251.python-list@python.org>,
>  Chris Angelico <rosuav@gmail.com> wrote:
>
>> programmers, like engineers, have to deal with the
>> possibility (or certainty) of idiots using their products.
>
> As a programmer, I'm OK with the idea that idiots are using my programs.
> What bothers me more is when, as a user of a program, I have to deal
> with the fact that idiots wrote it.

Heh. Yeah. Too true.

ChrisA

Back to comp.lang.python | Previous | NextPrevious 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