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: 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: References: Date: Sun, 4 Aug 2013 19:23:28 +0100 Subject: Re: PEP8 revised: max line lengths From: Chris Angelico 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 On Sun, Aug 4, 2013 at 7:18 PM, Roy Smith wrote: > In article , > Chris Angelico 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