Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3a.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.022 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'subject:error': 0.03; 'lines,': 0.07; 'stops': 0.07; 'span': 0.09; 'cc:addr:python- list': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'roy': 0.16; 'subject:exception': 0.16; 'threshold': 0.16; 'wrote:': 0.18; 'code,': 0.22; 'aug': 0.22; 'cc:addr:python.org': 0.22; 'mon,': 0.24; 'cc:2**0': 0.24; 'post': 0.26; 'subject:/': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'relative': 0.30; 'message-id:@mail.gmail.com': 0.30; 'lines': 0.31; 'that.': 0.31; 'too.': 0.31; 'says': 0.33; 'everyone': 0.33; 'guess': 0.33; 'there,': 0.34; 'received:google.com': 0.35; 'shorter': 0.36; 'short': 0.38; 'most': 0.60; 'lost': 0.61; "you've": 0.63; 'readers': 0.68; 'smith': 0.68; 'attention': 0.75; '100': 0.79; '"most': 0.84; 'subject:try': 0.84; 'to:none': 0.92 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:cc :content-type; bh=5t/qe8HQCsSc29+DPphWFvVgn/y+aX/dBa0o206mOGA=; b=G7Gh6wz/2uYeQ/M1jhwGktK8IlIxIEZK3U6xtJSwKA5TbAzUjGAm5/qwEDJqAVTeoY jYN0gNye4YUHp3pH3RIAjlmSs4vse/VmHroMITg1JMvtamZ9IE9yQhaAGqoUi5SB00Im zkmf4A9Vzrmjx7uxO9FSxSxyR0ZLdLMJkHInEu9jULLXdYeK0L5MdImuI+v48defwcBd iKCwqHzemeMKLJmw00/ua9LqRjGQhnfZg4QXUYg12eaEEfq5Ew7DTMHhDGrGptaifaQ9 GpJytCoXlndwkKEk7GfMxeR0Yy6gTpYR67WhTD3/xud3878ytt3cDT8LVM0VLppQpTwC RHhQ== MIME-Version: 1.0 X-Received: by 10.50.30.72 with SMTP id q8mr28578352igh.14.1407084125641; Sun, 03 Aug 2014 09:42:05 -0700 (PDT) In-Reply-To: References: Date: Mon, 4 Aug 2014 02:42:05 +1000 Subject: Re: try/exception - error block From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1407084134 news.xs4all.nl 2853 [2001:888:2000:d::a6]:56873 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:75611 On Mon, Aug 4, 2014 at 2:27 AM, Roy Smith wrote: > It says there, "most readers will stop reading by 100 lines of code". I > guess I have a short attention span relative to "most readers", because > my tl;dnr threshold is a lot shorter than that. "by" 100 lines includes everyone who stops at 10 lines, 40 lines, or 80 lines, too. What it means is that if you post >100 lines of code, you've lost most of your audience. ChrisA