Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #12070
| 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 | <gheskett@wdtv.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.016 |
| X-Spam-Evidence | '*H*': 0.97; '*S*': 0.00; 'bug': 0.02; 'infinite': 0.07; 'exceptions': 0.09; 'finished,': 0.09; 'oh,': 0.09; 'subject:error': 0.10; 'am,': 0.12; 'gene': 0.16; 'instructors.': 0.16; 'otoh,': 0.16; 'soap,': 0.16; 'then?': 0.16; 'wrote:': 0.16; 'cheers,': 0.18; '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; "won't": 0.29; 'chris': 0.32; 'there': 0.33; 'to:addr :python-list': 0.33; "i've": 0.34; 'someone': 0.34; 'header:User- Agent:1': 0.34; 'right,': 0.34; 'deleted.': 0.34; 'issue': 0.36; 'but': 0.37; 'subject:: ': 0.39; 'subject:with': 0.39; 'to:addr:python.org': 0.39; 'case': 0.39; "it's": 0.40; 'header :Message-Id:1': 0.61; 'ever': 0.65; 'yeah.': 0.67; 'day': 0.69; 'august': 0.70; 'url:ip addr': 0.74; '"there': 0.84; 'subject:... ': 0.84; 'subject:types': 0.84; 'received:66.118': 0.91 |
| X-Spam-Status | No, score=-2.0 required=5.0 |
| X-Spam-Level | |
| From | gene heskett <gheskett@wdtv.com> |
| To | python-list@python.org |
| Subject | Re: try... except with unknown error types |
| Date | Tue, 23 Aug 2011 04:43:18 -0400 |
| User-Agent | KMail/1.13.7 (Linux/2.6.38.8-pclos3.pae.bfs; KDE/4.6.5; i686; ; ) |
| References | <mailman.230.1313780957.27778.python-list@python.org> <7xmxf0h9ti.fsf@ruckus.brouhaha.com> <CAPTjJmpaK=_BxwfdMq=JXTWBQe1qqJ69RooGc3cEX+X8GoCA-w@mail.gmail.com> |
| In-Reply-To | <CAPTjJmpaK=_BxwfdMq=JXTWBQe1qqJ69RooGc3cEX+X8GoCA-w@mail.gmail.com> |
| MIME-Version | 1.0 |
| Content-Type | Text/Plain; charset="windows-1256" |
| Content-Transfer-Encoding | 7bit |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| 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.342.1314089011.27778.python-list@python.org> (permalink) |
| Lines | 28 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1314089011 news.xs4all.nl 23913 [2001:888:2000:d::a6]:40773 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:12070 |
Show key headers only | View raw
On Tuesday, August 23, 2011 04:42:04 AM Chris Angelico did opine: > On Tue, Aug 23, 2011 at 8:21 AM, Paul Rubin <no.email@nospam.invalid> wrote: > > Chris Angelico <rosuav@gmail.com> 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. It'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 OTOH, ChrisA, I have it on good authority that no program is ever finished, until someone shoots the programmer. :) Cheers, gene -- "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in that order." -Ed Howdershelt (Author) <http://204.111.25.156:85/gene/> Practice is the best of all instructors. -- Publilius
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
try... except with unknown error types Yingjie Lin <Yingjie.Lin@mssm.edu> - 2011-08-19 15:09 -0400
Re: try... except with unknown error types John Gordon <gordon@panix.com> - 2011-08-19 19:14 +0000
Re: try... except with unknown error types Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-08-20 06:13 +1000
Re: try... except with unknown error types John Gordon <gordon@panix.com> - 2011-08-19 20:24 +0000
Re: try... except with unknown error types Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-08-20 06:45 +1000
Re: try... except with unknown error types Seebs <usenet-nospam@seebs.net> - 2011-08-20 05:46 +0000
Re: try... except with unknown error types John Nagle <nagle@animats.com> - 2011-08-20 13:15 -0700
Re: try... except with unknown error types Paul Rubin <no.email@nospam.invalid> - 2011-08-20 12:18 -0700
Re: try... except with unknown error types Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-08-21 06:14 +1000
Re: try... except with unknown error types Paul Rubin <no.email@nospam.invalid> - 2011-08-21 11:26 -0700
Re: try... except with unknown error types Chris Angelico <rosuav@gmail.com> - 2011-08-21 20:17 +0100
Re: try... except with unknown error types Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-08-22 10:30 +1000
Re: try... except with unknown error types Chris Angelico <rosuav@gmail.com> - 2011-08-22 01:41 +0100
Re: try... except with unknown error types Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-08-22 14:01 +1000
Re: try... except with unknown error types Paul Rubin <no.email@nospam.invalid> - 2011-08-23 00:21 -0700
Re: try... except with unknown error types Chris Angelico <rosuav@gmail.com> - 2011-08-23 09:26 +0100
Re: try... except with unknown error types gene heskett <gheskett@wdtv.com> - 2011-08-23 04:43 -0400
Re: try... except with unknown error types Paul Rubin <no.email@nospam.invalid> - 2011-08-23 10:43 -0700
Re: try... except with unknown error types Chris Angelico <rosuav@gmail.com> - 2011-08-23 10:07 +0100
Re: try... except with unknown error types John Nagle <nagle@animats.com> - 2011-08-31 21:22 -0700
Re: try... except with unknown error types Ethan Furman <ethan@stoneleaf.us> - 2011-08-21 12:22 -0700
Re: try... except with unknown error types Terry Reedy <tjreedy@udel.edu> - 2011-08-21 15:52 -0400
Re: try... except with unknown error types Chris Torek <nospam@torek.net> - 2011-08-31 21:01 +0000
Re: try... except with unknown error types Stefan Krah <stefan-usenet@bytereef.org> - 2011-09-09 23:41 +0200
Re: try... except with unknown error types Nobody <nobody@nowhere.com> - 2011-09-10 10:33 +0100
Re: try... except with unknown error types Peter Otten <__peter__@web.de> - 2011-09-10 12:17 +0200
Re: try... except with unknown error types Roy Smith <roy@panix.com> - 2011-08-21 17:14 -0400
Re: try... except with unknown error types Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-08-22 10:25 +1000
Re: try... except with unknown error types Roy Smith <roy@panix.com> - 2011-08-21 22:09 -0400
Re: try... except with unknown error types Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-08-23 18:33 +1000
csiph-web