Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #69924
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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 | OK 0.190 |
| X-Spam-Level | * |
| X-Spam-Evidence | '*H*': 0.63; '*S*': 0.01; 'excluding': 0.09; 'dict': 0.16; 'dictionary.': 0.16; 'grounds': 0.16; 'should.': 0.16; 'soap,': 0.16; 'subject:dictionaries': 0.16; 'wrote:': 0.18; "skip:' 30": 0.19; 'slightly': 0.19; '>>>': 0.22; 'please?': 0.24; 'cheers,': 0.24; 'source': 0.25; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'words': 0.29; "skip:' 40": 0.31; 'everyone': 0.33; 'url:non-standard http port': 0.33; 'received:66': 0.35; 'subject:with': 0.35; 'knows': 0.35; 'should': 0.36; 'depends': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'skip:u 10': 0.60; 'ian': 0.60; 'received:unknown': 0.61; 'header:Message-Id:1': 0.63; 'charset:windows-1256': 0.64; 'mar': 0.68; 'money': 0.72; 'received:204': 0.75; 'back?': 0.84; 'beat.': 0.84; 'characters,': 0.84; 'citation': 0.84; 'longest': 0.84; 'boxes': 0.91 |
| 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 | Tue, 8 Apr 2014 23:31:50 -0400 |
| References | <534105ce$0$1365$4fafbaef@reader1.news.tin.it> <li2c7h$grm$1@dont-email.me> <CALwzid=7EOnFa_hkjaz7n27FSLgJj_Mq+bHaG6NFYMRacCLobw@mail.gmail.com> |
| In-Reply-To | <CALwzid=7EOnFa_hkjaz7n27FSLgJj_Mq+bHaG6NFYMRacCLobw@mail.gmail.com> |
| MIME-Version | 1.0 |
| Content-Type | Text/Plain; charset="windows-1256" |
| Content-Transfer-Encoding | 7bit |
| 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.9053.1397014317.18130.python-list@python.org> (permalink) |
| Lines | 27 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1397014318 news.xs4all.nl 2836 [2001:888:2000:d::a6]:39934 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:69924 |
Show key headers only | View raw
On Tuesday 08 April 2014 23:31:35 Ian Kelly did opine: > On Tue, Apr 8, 2014 at 8:45 PM, alex23 <wuwei23@gmail.com> wrote: > > On 9/04/2014 12:33 PM, Chris Angelico wrote: > >>> Unfortunately I seem to be missing antidisestablishmentarianism, > >>> because the longest words in my dict are only 24 characters, > >>> excluding the '\n'. Should I ask for my money back? > >> > >> I think you should. That's a fundamental flaw in the dictionary. > >> Everyone knows that word's the longest! > > > > It depends on whether you count 'supercalifragilisticexpialidocious'. > > If you don't, then 'pseudopseudohypoparathyroidism' is still slightly > > longer :) > > 'Pneumonoultramicroscopicsilicovolcanoconiosis' has them all beat. Source citation please? 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 | Next 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