Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #62504
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed4.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.055 |
| X-Spam-Evidence | '*H*': 0.90; '*S*': 0.01; '22,': 0.09; 'cc:addr :python-list': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'skip:" 80': 0.16; 'subject:question.': 0.16; 'subject:those': 0.16; 'subject: ?': 0.16; 'wrote:': 0.18; 'trying': 0.19; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'words': 0.29; 'dec': 0.30; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'quite': 0.32; 'says': 0.33; 'but': 0.35; 'received:google.com': 0.35; 'should': 0.36; 'sure': 0.39; 'enough': 0.39; 'eventually': 0.60; 'letters': 0.60; 'subject:. ': 0.67; 'to:none': 0.92; 'subject:Are': 0.93; '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:cc :content-type; bh=tWgM8YTOgxU74F2/TcnQKyu39JVp/5UQbpwb2DSg8po=; b=sbSyEIM7l0Pe2cWcSDRLpDSAVg1fGw2RRslLIv7vMptINDBqVs+ZcsY4JwNWU4qmbR D8iOZC22qlwJ0xXIvqDlCNf8ewisNqt1d70BiKTvNNRSQ3xnTAh4fb228nX86ppOLA5Z iL2gZCF6xZVNVBAu6tVn19BSIDduP9QpBRMzQycMfznzU6PuQpKCLNqbMddchCteHjIn Gb/R1Ocyf8voN55mN65IWGxGTW4vci13j5rSxi/jZrpUJNsmVM2wHH2ZdX8mmn+EKmA2 G5E0aa+8djBEALrdEQ54NiLJXRXAmjh7nuFv3XMYnhtAc5HW8ayAy8IwGu2BECOKy2YL 0c1g== |
| MIME-Version | 1.0 |
| X-Received | by 10.66.102.39 with SMTP id fl7mr16087162pab.43.1387651155164; Sat, 21 Dec 2013 10:39:15 -0800 (PST) |
| In-Reply-To | <imhbb9lnj7dqtv4614kol8vcag4vfhedvf@4ax.com> |
| References | <af844bcf-ed55-42da-8a9f-b8270dcc4028@googlegroups.com> <c2a5eae4-5caa-4ca1-b66d-5bbeb1edd261@googlegroups.com> <mailman.4437.1387555241.18130.python-list@python.org> <52b59081$0$6599$c3e8da3$5496439d@news.astraweb.com> <imhbb9lnj7dqtv4614kol8vcag4vfhedvf@4ax.com> |
| Date | Sun, 22 Dec 2013 05:39:14 +1100 |
| Subject | Re: Newbie question. Are those different objects ? |
| 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.4477.1387651158.18130.python-list@python.org> (permalink) |
| Lines | 14 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1387651158 news.xs4all.nl 2977 [2001:888:2000:d::a6]:44139 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:62504 |
Show key headers only | View raw
On Sun, Dec 22, 2013 at 3:54 AM, Dennis Lee Bieber <wlfraed@ix.netcom.com> wrote: > (heh, the spell-checker suggests that > "thefullyqualifiednameontheleftafteranysubexpressionshavebeenevaluatedisattachedt" > should be replaced with "textually") The spell-checker was scratching its head and going "I'm pretty sure this isn't right, but I don't know enough of what it says to be sure it's quite wrong!" and eventually gave up trying to understand you, and just picked a word kinda like some of the letters and said "Here, have this as a suggestion, I'm off to the pub. You don't pay me enough to check words like that.". ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Newbie question. Are those different objects ? dec135@msn.com - 2013-12-20 07:16 -0800
Re: Newbie question. Are those different objects ? random832@fastmail.us - 2013-12-20 10:24 -0500
Re: Newbie question. Are those different objects ? rusi <rustompmody@gmail.com> - 2013-12-20 07:34 -0800
Re: Newbie question. Are those different objects ? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-12-20 16:00 +0000
Re: Newbie question. Are those different objects ? rusi <rustompmody@gmail.com> - 2013-12-20 09:10 -0800
Re: Newbie question. Are those different objects ? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-12-20 17:29 +0000
Re: Newbie question. Are those different objects ? 88888 Dihedral <dihedral88888@gmail.com> - 2013-12-20 09:59 -0800
Re: Newbie question. Are those different objects ? Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2013-12-21 10:56 +1300
Re: Newbie question. Are those different objects ? Duncan Booth <duncan.booth@invalid.invalid> - 2013-12-23 08:19 +0000
Re: Newbie question. Are those different objects ? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-12-21 12:58 +0000
Re: Newbie question. Are those different objects ? Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-12-21 11:54 -0500
Re: Newbie question. Are those different objects ? Chris Angelico <rosuav@gmail.com> - 2013-12-22 05:39 +1100
Re: Newbie question. Are those different objects ? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-12-21 19:17 +0000
Re: Newbie question. Are those different objects ? alex23 <wuwei23@gmail.com> - 2013-12-23 11:31 +1000
Re: Newbie question. Are those different objects ? Travis Griggs <travisgriggs@gmail.com> - 2013-12-20 10:24 -0800
Re: Newbie question. Are those different objects ? bob gailer <bgailer@gmail.com> - 2013-12-20 12:02 -0500
Re: Newbie question. Are those different objects ? rurpy@yahoo.com - 2013-12-20 10:06 -0800
Re: Newbie question. Are those different objects ? Terry Reedy <tjreedy@udel.edu> - 2013-12-20 16:56 -0500
Re: Newbie question. Are those different objects ? Gene Heskett <gheskett@wdtv.com> - 2013-12-21 14:08 -0500
csiph-web