Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #69939
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!news2.arglkargh.de!news.swapon.de!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.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 | UNSURE 0.420 |
| X-Spam-Level | **** |
| X-Spam-Evidence | '*H*': 0.27; '*S*': 0.11; 'grounds': 0.16; 'soap,': 0.16; 'subject:dictionaries': 0.16; 'wrote:': 0.18; 'please?': 0.24; 'wednesday': 0.24; 'cheers,': 0.24; 'source': 0.25; 'right.': 0.26; 'header:In-Reply-To:1': 0.27; 'getting': 0.31; 'url:wiki': 0.31; "skip:' 40": 0.31; 'url:wikipedia': 0.31; 'url :non-standard http port': 0.33; 'received:66': 0.35; 'subject:with': 0.35; 'doing': 0.36; 'url:org': 0.36; 'should': 0.36; 'problems': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'eventually': 0.60; 'ian': 0.60; 'received:unknown': 0.61; 'header:Message-Id:1': 0.63; 'charset:windows-1256': 0.64; 'close': 0.67; 'mar': 0.68; 'received:204': 0.75; 'friend': 0.79; 'beat.': 0.84; 'citation': 0.84; 'url:reference': 0.84; 'boxes': 0.91; 'essence': 0.91; 'from.': 0.93 |
| X-Spam-Status | No, score=1.8 required=5.0 |
| X-Spam-Level | + |
| From | Gene Heskett <gheskett@wdtv.com> |
| To | python-list@python.org |
| Subject | Re: Keeping track of things with dictionaries |
| Date | Wed, 9 Apr 2014 05:51:26 -0400 |
| References | <534105ce$0$1365$4fafbaef@reader1.news.tin.it> <201404082331.50367.gheskett@wdtv.com> <CALwzidm52TwwWN8++FEMGmvuswYmdt_iiO1UcKLGHufEdVLntg@mail.gmail.com> |
| In-Reply-To | <CALwzidm52TwwWN8++FEMGmvuswYmdt_iiO1UcKLGHufEdVLntg@mail.gmail.com> |
| MIME-Version | 1.0 |
| Content-Type | Text/Plain; charset="windows-1256" |
| Content-Transfer-Encoding | 7bit |
| X-Mailman-Approved-At | Wed, 09 Apr 2014 12:25:26 +0200 |
| 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.9066.1397039127.18130.python-list@python.org> (permalink) |
| Lines | 28 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1397039127 news.xs4all.nl 2905 [2001:888:2000:d::a6]:59960 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:69939 |
Show key headers only | View raw
On Wednesday 09 April 2014 05:47:37 Ian Kelly did opine: > On Tue, Apr 8, 2014 at 9:31 PM, Gene Heskett <gheskett@wdtv.com> wrote: > >> 'Pneumonoultramicroscopicsilicovolcanoconiosis' has them all beat. > > > > Source citation please? > > http://en.wikipedia.org/wiki/Pneumonoultramicroscopicsilicovolcanoconios > is > http://www.oxforddictionaries.com/definition/english/pneumonoultramicro > scopicsilicovolcanoconiosis > http://dictionary.reference.com/browse/Pneumonoultramicroscopicsilicovo > lcanoconiosis Damn, I should know better than call your bluff. Serves me right. :( Boil that down to its essence and it might be used for one of the miners lung problems (black or white lung) they eventually die from. I have a friend doing that as I type. And getting very close to the end of his rope. 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) Genes Web page <http://geneslinuxbox.net:6309/gene> US V Castleman, SCOTUS, Mar 2014 is grounds for Impeaching SCOTUS
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Keeping track of things with dictionaries Giuliano Bertoletti <gbe32241@libero.it> - 2014-04-06 09:44 +0200
Re: Keeping track of things with dictionaries Peter Otten <__peter__@web.de> - 2014-04-06 10:23 +0200
Re: Keeping track of things with dictionaries Josh English <Joshua.R.English@gmail.com> - 2014-04-07 21:02 -0700
Re: Keeping track of things with dictionaries Chris Angelico <rosuav@gmail.com> - 2014-04-08 14:08 +1000
Re: Keeping track of things with dictionaries Josh English <Joshua.R.English@gmail.com> - 2014-04-07 23:22 -0700
Re: Keeping track of things with dictionaries "Frank Millman" <frank@chagford.com> - 2014-04-08 09:14 +0200
Re: Keeping track of things with dictionaries Steven D'Aprano <steve@pearwood.info> - 2014-04-08 07:47 +0000
Re: Keeping track of things with dictionaries Ian Kelly <ian.g.kelly@gmail.com> - 2014-04-08 01:53 -0600
Re: Keeping track of things with dictionaries Chris Angelico <rosuav@gmail.com> - 2014-04-08 18:00 +1000
Re: Keeping track of things with dictionaries Peter Otten <__peter__@web.de> - 2014-04-08 10:21 +0200
Re: Keeping track of things with dictionaries "Frank Millman" <frank@chagford.com> - 2014-04-08 10:26 +0200
Re: Keeping track of things with dictionaries "Frank Millman" <frank@chagford.com> - 2014-04-08 10:31 +0200
Re: Keeping track of things with dictionaries alex23 <wuwei23@gmail.com> - 2014-04-09 12:34 +1000
Re: Keeping track of things with dictionaries Chris Angelico <rosuav@gmail.com> - 2014-04-08 18:35 +1000
Re: Keeping track of things with dictionaries Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2014-04-09 12:43 +1200
Re: Keeping track of things with dictionaries Chris Angelico <rosuav@gmail.com> - 2014-04-09 12:33 +1000
Re: Keeping track of things with dictionaries alex23 <wuwei23@gmail.com> - 2014-04-09 12:45 +1000
Re: Keeping track of things with dictionaries Ian Kelly <ian.g.kelly@gmail.com> - 2014-04-08 21:19 -0600
Re: Keeping track of things with dictionaries Gene Heskett <gheskett@wdtv.com> - 2014-04-08 23:31 -0400
Re: Keeping track of things with dictionaries Ian Kelly <ian.g.kelly@gmail.com> - 2014-04-08 21:37 -0600
Re: Keeping track of things with dictionaries "Frank Millman" <frank@chagford.com> - 2014-04-08 11:28 +0200
Re: Keeping track of things with dictionaries Chris Angelico <rosuav@gmail.com> - 2014-04-08 19:34 +1000
Re: Keeping track of things with dictionaries "Frank Millman" <frank@chagford.com> - 2014-04-08 11:41 +0200
Re: Keeping track of things with dictionaries Gene Heskett <gheskett@wdtv.com> - 2014-04-09 05:51 -0400
csiph-web