Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #57795
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsreader4.netcologne.de!news.netcologne.de!xlned.com!feeder7.xlned.com!newsfeed.xs4all.nl!newsfeed3.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.036 |
| X-Spam-Evidence | '*H*': 0.93; '*S*': 0.00; 'ah!': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'oserror': 0.16; 'subject:flow': 0.16; 'do,': 0.16; 'wrote:': 0.18; 'typing': 0.19; 'meant': 0.20; 'mon,': 0.24; 'header:In- Reply-To:1': 0.27; 'chris': 0.29; 'forgot': 0.30; 'message- id:@mail.gmail.com': 0.30; 'catching': 0.31; 'received:google.com': 0.35; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'course.': 0.60; '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=Ho8F0yc2shAKlK9LOo5HPs69T0igrHU7tJ44bS6SVfM=; b=F8d0Wae0i4/Ad3bIXjXjtMIi48wVEWtTxRo/9BbNGzlKQV5lRwSiM3GKesEbSDGki8 eM9y9Qzf+dYeL2nc7wD707qgak13GzIJf1zCmncyu07PulP9Odhv0gpbUDE9KRQl2S5p 1Z206vBynLEhWzGloHd16C4yKt/NDniQFqNQbKleWIHFNWO97prGQ8F6yaAK9CmGZD0I 1IB9qlo1aKJlajvMrL1w0a/7Ufqr8J8Z246htn9B9iom5ESe88b7tGqF86Z2NBnvqgtk P4g296vBIC6pvECFwsrSfkgDS3CryIbiWVN36hIfyzKdorJhCpQ24CYz8UR8BLBYBnwv bNGA== |
| MIME-Version | 1.0 |
| X-Received | by 10.68.253.1 with SMTP id zw1mr19995109pbc.30.1382943748733; Mon, 28 Oct 2013 00:02:28 -0700 (PDT) |
| In-Reply-To | <CAPTjJmpiPzjbtfPcW9R2Mxnf8=SURP51H6WwtA94ukuKDPxgcQ@mail.gmail.com> |
| References | <ac7cf18f-d4f4-41ef-966d-a35d2d0e39a8@googlegroups.com> <mailman.1677.1382942174.18130.python-list@python.org> <aad94bcd-200f-4c2b-8830-d47ec22eca3d@googlegroups.com> <CAPTjJmpiPzjbtfPcW9R2Mxnf8=SURP51H6WwtA94ukuKDPxgcQ@mail.gmail.com> |
| Date | Mon, 28 Oct 2013 18:02:28 +1100 |
| Subject | Re: Try-except for flow control in reading Sqlite |
| 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 | <https://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 | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1680.1382943752.18130.python-list@python.org> (permalink) |
| Lines | 8 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1382943752 news.xs4all.nl 15908 [2001:888:2000:d::a6]:53169 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:57795 |
Show key headers only | View raw
On Mon, Oct 28, 2013 at 6:01 PM, Chris Angelico <rosuav@gmail.com> wrote: > Ah! I forgot about 2.x, sorry for the nose. Yep, catching OSError > would be the thing to do, then! A "nose", apparently, is what happens when your typing stinks. I meant "noise", of course. :) ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Try-except for flow control in reading Sqlite Victor Hooi <victorhooi@gmail.com> - 2013-10-27 20:43 -0700
Re: Try-except for flow control in reading Sqlite Steven D'Aprano <steve@pearwood.info> - 2013-10-28 06:18 +0000
Re: Try-except for flow control in reading Sqlite Antoon Pardon <antoon.pardon@rece.vub.ac.be> - 2013-10-28 10:48 +0100
Re: Try-except for flow control in reading Sqlite Chris Angelico <rosuav@gmail.com> - 2013-10-28 17:36 +1100
Re: Try-except for flow control in reading Sqlite Victor Hooi <victorhooi@gmail.com> - 2013-10-27 23:57 -0700
Re: Try-except for flow control in reading Sqlite Chris Angelico <rosuav@gmail.com> - 2013-10-28 18:01 +1100
Re: Try-except for flow control in reading Sqlite Steven D'Aprano <steve@pearwood.info> - 2013-10-28 07:19 +0000
Re: Try-except for flow control in reading Sqlite Chris Angelico <rosuav@gmail.com> - 2013-10-28 18:02 +1100
Re: Try-except for flow control in reading Sqlite Burak Arslan <burak.arslan@arskom.com.tr> - 2013-10-28 10:17 +0200
Re: Try-except for flow control in reading Sqlite Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-10-28 19:43 -0400
Re: Try-except for flow control in reading Sqlite Victor Hooi <victorhooi@gmail.com> - 2013-10-31 16:08 -0700
Re: Try-except for flow control in reading Sqlite Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-10-31 22:45 -0400
csiph-web