Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #70286
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder5.xlned.com!newsfeed.xs4all.nl!newsfeed4a.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.006 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; '16,': 0.03; 'interpreter': 0.05; 'report.': 0.07; 'difference,': 0.09; 'subject:question': 0.10; 'cc:addr:python-list': 0.11; 'python': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'exception': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'later': 0.20; 'cc:addr:python.org': 0.22; 'helpful': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message- id:@mail.gmail.com': 0.30; 'easier': 0.31; 'quite': 0.32; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'subject:Simple': 0.36; 'introduced': 0.61; 'entire': 0.61; 'us,': 0.73; 'saw': 0.77; 'phil': 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=0bP+Xvs7u1OlhPFnWE23nJSX+qc8p4ZIS3JNrLqRIGA=; b=NWL9iv9W+HswcEeGFRNn5crIzlzDGxFgFq4p4icOzYmuIcOzS8N7sHAMi6+HNcuLHl cJ6C4oGFMi2WUGZ9b3Z4/glopJc0n0ZsDbKon71fmifdgOhk/3/6sSrAauZ3E/FxsSo0 ef+EzPTfVvG1SYiWeoz4VY8GII8GX7GScNrDdgHuQiz6ugbhkQqEgZCHKVrQwztIONvB hmEO8rTRcO/s11aXwoct/tmjR5T3e0aJoHoj4atsWuCigGhNbuxf/84x+ktkWRoY6wXP N2Ww1C2TJWI0jqx08ndNiYPNGK+Gz67pXfUcPVNGzMaBC0AmcNpS5uTgcR0M8AzawQPe 2Jmw== |
| MIME-Version | 1.0 |
| X-Received | by 10.58.202.106 with SMTP id kh10mr2173513vec.31.1397587311048; Tue, 15 Apr 2014 11:41:51 -0700 (PDT) |
| In-Reply-To | <534D7B08.5030909@gmail.com> |
| References | <534D7807.6050408@gmail.com> <CAKJDb-PBn7PquDEuQOdjC7R81JG6p=nnBjEr70=MeU9Mcv9GNg@mail.gmail.com> <534D7B08.5030909@gmail.com> |
| Date | Wed, 16 Apr 2014 04:41:50 +1000 |
| Subject | Re: Simple question |
| 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.9291.1397587653.18130.python-list@python.org> (permalink) |
| Lines | 15 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1397587653 news.xs4all.nl 2964 [2001:888:2000:d::a6]:57879 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:70286 |
Show key headers only | View raw
On Wed, Apr 16, 2014 at 4:31 AM, Phil Dobbin <phildobbin@gmail.com> wrote: > I saw the 'e-17' appended to the end but was unsure of its meaning ( > quite a number of things are introduced in the book with clarification > of their meaning not forthcoming 'til later on). Recommendation: If you don't understand something, keep it there :) You can just copy and paste from the Python interactive interpreter (command line or IDLE) straight into the email; it'll be easier to explain, that way. This is *especially* true of tracebacks. You might not see the difference, but to us, it's often hugely helpful to see the entire exception report. ChrisA
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Simple question Chris Angelico <rosuav@gmail.com> - 2014-04-16 04:41 +1000
csiph-web