Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #75616
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!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.027 |
| X-Spam-Evidence | '*H*': 0.95; '*S*': 0.00; 'subject:error': 0.03; 'inserted': 0.09; 'cc:addr:python-list': 0.11; "wouldn't": 0.14; '"thanks': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:exception': 0.16; 'wrote:': 0.18; 'help.': 0.21; 'aug': 0.22; 'bruce': 0.22; 'cc:addr:python.org': 0.22; 'mon,': 0.24; 'cc:2**0': 0.24; 'subject:/': 0.26; 'gets': 0.27; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message- id:@mail.gmail.com': 0.30; "i'm": 0.30; 'getting': 0.31; 'posting': 0.31; 'url:wiki': 0.31; 'url:wikipedia': 0.31; 'file': 0.32; 'could': 0.34; 'created': 0.35; 'test': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'thanks': 0.36; 'url:org': 0.36; 'list': 0.37; 'tell': 0.60; 'information': 0.63; 'great': 0.65; 'intending': 0.84; 'personally.': 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=bilz7NjHmbRl2u+RCe3Ep0S4AVWK8zsP0/FEd6owyAw=; b=XDcwcBZHKAcbhPYiViQqQC/1M5tAPTKy53L/6nVKswgnt0+IngD24dXiNVCjZkpUP6 eeizw5g+Hec+ffNQY9PNwfiz7jfUZYRdUOjPu/Ig2RHz+lgLXfL47sdZP0+sLpNFVt69 95pq8lfROltkieKags5v+nUPRUNxubfF8x2vCNZXYfwWzG2dp9tTQgbESDqCatEMmIeQ DCwe5lrVf/tFmVm709cJ2oqPzaofemy4lqtbERu27O/C4sjYLWLZDlxTHSDVA1a/F+5L mvUGvE/TgdOUV3YTYemjvBh5OOEuglKmcRG4esb6oi/bum3fDDLqQHhXB0a3cLj5JylZ MKsQ== |
| MIME-Version | 1.0 |
| X-Received | by 10.42.15.19 with SMTP id j19mr24552300ica.59.1407088490373; Sun, 03 Aug 2014 10:54:50 -0700 (PDT) |
| In-Reply-To | <CAP16ngqi_jn8y_wDOQdHjMZ-RCiZR8Tp2FyzHfR6r4pB0VERdQ@mail.gmail.com> |
| References | <CAP16ngohN8fNsX9CDPuRoXTuq3N89MWDfxqgHK-td-VzztErTw@mail.gmail.com> <CAP16ngqi_jn8y_wDOQdHjMZ-RCiZR8Tp2FyzHfR6r4pB0VERdQ@mail.gmail.com> |
| Date | Mon, 4 Aug 2014 03:54:50 +1000 |
| Subject | Re: try/exception - error block |
| From | Chris Angelico <rosuav@gmail.com> |
| Cc | "python-list@python.org" <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 <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.12594.1407088492.18130.python-list@python.org> (permalink) |
| Lines | 25 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1407088492 news.xs4all.nl 2886 [2001:888:2000:d::a6]:50657 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:75616 |
Show key headers only | View raw
On Mon, Aug 4, 2014 at 3:52 AM, bruce <badouglas@gmail.com> wrote: > chris.. my bad.. I wasnt intending to mail you personally. > > Or I wouldn't have inserted the "thanks guys"! > > >> thanks guys... >> >> but in all that.. no one could tell me .. why i'm not getting any >> errs/exceptions in the err file which gets created on the exception!!! >> >> but thanks for the information on posting test code! > > Don't email me privately - respond to the list :) > > Also, please don't top-post. > > ChrisA I figured that was an accident :) Now if you could just master the interleaved posting style, that would be a great help. https://en.wikipedia.org/wiki/Posting_style#Interleaved_style ChrisA
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: try/exception - error block Chris Angelico <rosuav@gmail.com> - 2014-08-04 03:54 +1000
csiph-web