Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #99346
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Arie van Wingerden <xapwing@gmail.com> |
| Newsgroups | comp.lang.python |
| Subject | Re: Getting math scores (Dictionary inside dictionary) |
| Date | Tue, 24 Nov 2015 15:43:43 +0100 |
| Lines | 12 |
| Message-ID | <mailman.123.1448376233.2291.python-list@python.org> (permalink) |
| References | <efdba2f0-8d09-4c83-b11c-62857e8ff20b@googlegroups.com> <n31kdn$gvf$1@ger.gmane.org> <CADkALSEPW9BNW6taj3hh6h3YbzWvgWZ2JCyj53oqN_Oh_GjY+w@mail.gmail.com> <mailman.111.1448371835.2291.python-list@python.org> <87poyzo6op.fsf@elektro.pacujo.net> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8 |
| X-Trace | news.uni-berlin.de 4bSfWlevNliO/FZbPdQsOgf3sDDEP45SThh+N3/9LtkQ== |
| Return-Path | <xapwing@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.054 |
| X-Spam-Evidence | '*H*': 0.89; '*S*': 0.00; 'cc:addr:python-list': 0.09; 'subject:Getting': 0.09; ':-)': 0.12; 'received:io': 0.16; 'received:psf.io': 0.16; '>': 0.18; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'posted': 0.21; 'lawrence': 0.22; 'cc:no real name:2**0': 0.22; 'header:In-Reply-To:1': 0.24; 'message-id:@mail.gmail.com': 0.27; 'asked': 0.29; 'post': 0.31; 'list': 0.34; 'received:google.com': 0.35; 'received:209.85': 0.36; 'subject:: ': 0.37; 'two': 0.37; 'being': 0.37; 'say': 0.37; 'things': 0.38; 'received:209': 0.38; 'mailing': 0.38; 'mark': 0.40; 'here.': 0.62; 'times': 0.63; 'here': 0.66; 'apologize': 0.69; '14:41': 0.84 |
| 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:to :cc:content-type; bh=dp+yQqpdqEjeEOfM6HuQ5BKUK9W1FuXTPQvGQtQkSCE=; b=Azu9uolEaowaBYyxEeQvRQBbwixM0YHYOrAH4+SbBkpUuplsX1Tla/okV/fUfvx0MG HfKG/cF3bQ3VoJBR5nX39GyxmzYyw/b05rUYVUp+bM7rLHC6NiTr8manV2esxReZGkxw iPHyqLrPuGHKe7I4mowMenO4bMtbXMJ4cWjrMroFonGB0HQfBbL+eT4qki8ei6PFM7RZ Ms7rMJcEfz/WJDhVOByiVfxyG0FNVBO5C5Q3WjEYpbVU6E76Vj3LdnXzv+XgdcknHZrO cMUdeAfMStOmX34xiZ6opWVIMjeDQ5P0tsXxGUyQHgdI77B9jOrPFuNPcefNAcGOhcA5 zQgA== |
| X-Received | by 10.129.111.3 with SMTP id k3mr27543591ywc.53.1448376223934; Tue, 24 Nov 2015 06:43:43 -0800 (PST) |
| In-Reply-To | <87poyzo6op.fsf@elektro.pacujo.net> |
| X-Content-Filtered-By | Mailman/MimeDel 2.1.20+ |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.20+ |
| 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> |
| Xref | csiph.com comp.lang.python:99346 |
Show key headers only | View raw
2015-11-24 14:41 GMT+01:00 Marko Rauhamaa <marko@pacujo.net>: > Mark Lawrence <breamoreboy@yahoo.co.uk>: > > > 1) I was being facetious. > > 2) How many times do people have to be asked not to top post here > > before they stop top posting? > > 3) I only have two things to say so this is superfluous. > > Having posted only 2 times in this list I was not aware of the specific religious mailing list book used here. So please apologize :-)
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Getting math scores (Dictionary inside dictionary) Cai Gengyang <gengyangcai@gmail.com> - 2015-11-24 03:04 -0800
Re: Getting math scores (Dictionary inside dictionary) Steven D'Aprano <steve@pearwood.info> - 2015-11-24 22:28 +1100
Re: Getting math scores (Dictionary inside dictionary) Cai Gengyang <gengyangcai@gmail.com> - 2015-11-24 19:22 +0800
Re: Getting math scores (Dictionary inside dictionary) Arie van Wingerden <xapwing@gmail.com> - 2015-11-24 12:10 +0100
Re: Getting math scores (Dictionary inside dictionary) Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-11-24 12:15 +0000
Re: Getting math scores (Dictionary inside dictionary) Arie van Wingerden <xapwing@gmail.com> - 2015-11-24 13:23 +0100
Re: Getting math scores (Dictionary inside dictionary) Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-11-24 13:30 +0000
Re: Getting math scores (Dictionary inside dictionary) Marko Rauhamaa <marko@pacujo.net> - 2015-11-24 15:41 +0200
Re: Getting math scores (Dictionary inside dictionary) Arie van Wingerden <xapwing@gmail.com> - 2015-11-24 15:43 +0100
Re: Getting math scores (Dictionary inside dictionary) Denis McMahon <denismfmcmahon@gmail.com> - 2015-11-24 14:09 +0000
csiph-web