Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!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.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'bug': 0.02; 'infinite': 0.07; 'exceptions': 0.09; 'oh,': 0.09; 'subject:error': 0.10; 'am,': 0.12; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'received:209.85.213.174': 0.16; 'received:mail- yx0-f174.google.com': 0.16; 'then?': 0.16; "\xa0it's": 0.16; 'wrote:': 0.16; 'header:In-Reply-To:1': 0.22; 'knowing': 0.23; 'tue,': 0.23; 'aug': 0.24; 'writes:': 0.25; 'paul': 0.28; 'fixed': 0.29; 'message-id:@mail.gmail.com': 0.29; "won't": 0.29; 'chris': 0.32; 'there': 0.33; 'to:addr:python-list': 0.33; "i've": 0.34; 'right,': 0.34; 'deleted.': 0.34; 'issue': 0.36; 'but': 0.37; 'received:google.com': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.39; 'subject:with': 0.39; 'to:addr:python.org': 0.39; 'case': 0.39; "it's": 0.40; 'yeah.': 0.67; 'day': 0.69; 'subject:... ': 0.84; 'subject:types': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=M9ld0Zdjk72VUWqq21+wz4UU0ESg3BNSzjw+RBM4U9k=; b=nu1147Ph+lUOtxSyjBMaamafdfS371b20IAk5HTBf/vkxc9EOAPHmuxr1VnJoqUDLk 7Ca6Tni1eeoKTzHCvTqe/8qPdyTnxSXLlocdF8f7RJmwEUufCoh8TVxbLL3m0mMkmmh8 lMYT0GCzAZBh0erKdlS6Rj5vsw18m0NBhczDA= MIME-Version: 1.0 In-Reply-To: <7xmxf0h9ti.fsf@ruckus.brouhaha.com> References: <4e4ec405$0$29994$c3e8da3$5496439d@news.astraweb.com> <7xipprsxha.fsf@ruckus.brouhaha.com> <4e5015ad$0$29986$c3e8da3$5496439d@news.astraweb.com> <7xty9ahb84.fsf@ruckus.brouhaha.com> <4e51a32d$0$29974$c3e8da3$5496439d@news.astraweb.com> <7xmxf0h9ti.fsf@ruckus.brouhaha.com> Date: Tue, 23 Aug 2011 09:26:11 +0100 Subject: Re: try... except with unknown error types From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 1314087974 news.xs4all.nl 23983 [2001:888:2000:d::a6]:42233 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:12067 On Tue, Aug 23, 2011 at 8:21 AM, Paul Rubin wrote= : > Chris Angelico writes: >> Ehh, granted. Definitely a case of "should". But certainly, there >> won't be an infinite number of new exceptions invented; > > Right, the number is finite, but the issue is that it's unknown. =A0It's > like never knowing whether you've fixed the last bug in a program. > Yeah. Oh, I know when I've fixed the last bug in a program. It's the day the program gets deleted. Until then? Nope. ChrisA