Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #69300
| 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!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.035 |
| X-Spam-Evidence | '*H*': 0.93; '*S*': 0.00; 'causing': 0.04; 'subject:Python': 0.06; 'subject:language': 0.09; 'cc:addr:python- list': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject: \n ': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply- To:1': 0.27; 'subject:list': 0.30; 'message-id:@mail.gmail.com': 0.30; 'lines': 0.31; 'says': 0.33; 'subject: (': 0.35; 'something': 0.35; 'subject:lists': 0.35; 'received:google.com': 0.35; 'pm,': 0.38; 'times': 0.62; 'address': 0.63; 'different': 0.65; 'mar': 0.68; 'subject': 0.69; 'subject:this': 0.83; '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=rTFxqKKfcOsQpPxu7gYyWc6O84khiICPPdtZRek5Mcw=; b=DZkwW6Ym79C5KiPagsk+z5hvOMpi+3HcEXevj4bDzejq7khWBmTaFj3RqlFXt8Vub9 oaRJ2W22EigB6nTTeiHyvY+RtvJG7Rog4Tc7z1jOO98g7+7x5MR3tiimE0RNGh6DeWMk xgnNpnzTJGW8qjzczyCTmuwvfW2P0T3LQuwtEpln3WMvmxM5wC27eU5PiepVzOOxzIi3 Rm0x6dyZ8O8KbhOqOJTLX3JbjJE1QX4GqAaJwoC0+vuGZl35j7hQoaqhZEY6iqGaydFq 4ifCBBqcdtXnXnZgWu9QZvqVEexVTM1QWZ34OHqbgVzhCQkEWjO3eY/r3hez6w1bQNjt wLPg== |
| MIME-Version | 1.0 |
| X-Received | by 10.66.164.229 with SMTP id yt5mr12188217pab.67.1396063306863; Fri, 28 Mar 2014 20:21:46 -0700 (PDT) |
| In-Reply-To | <lh5d7f$9pe$1@speranza.aioe.org> |
| References | <lh4r6h$sqr$1@speranza.aioe.org> <mailman.8676.1396044784.18130.python-list@python.org> <5335F677.20605@gmail.com> <533630e2$0$29994$c3e8da3$5496439d@news.astraweb.com> <lh5d7f$9pe$1@speranza.aioe.org> |
| Date | Sat, 29 Mar 2014 14:21:46 +1100 |
| Subject | Re: Howto flaten a list of lists was (Explanation of this Python language feature) |
| 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.8679.1396063315.18130.python-list@python.org> (permalink) |
| Lines | 8 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1396063315 news.xs4all.nl 2845 [2001:888:2000:d::a6]:36753 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:69300 |
Show key headers only | View raw
On Sat, Mar 29, 2014 at 2:04 PM, Mark H Harris <harrismh777@gmail.com> wrote: > Its not my fault, Steven. Something goofy is going on. My address says only > comp.lang.python Well, something's causing your messages to come out multiple times and with different subject lines :) ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Howto flaten a list of lists was (Explanation of this Python language feature) Mark H Harris <harrismh777@gmail.com> - 2014-03-28 16:56 -0500
Re: Howto flaten a list of lists was (Explanation of this Python language feature) Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-03-28 22:12 +0000
Re: Howto flaten a list of lists was (Explanation of this Python language feature) Mark H Harris <harrismh777@gmail.com> - 2014-03-28 17:23 -0500
Re: Howto flaten a list of lists was (Explanation of this Python language feature) Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-03-29 02:33 +0000
Re: Howto flaten a list of lists was (Explanation of this Python language feature) Mark H Harris <harrismh777@gmail.com> - 2014-03-28 22:04 -0500
Re: Howto flaten a list of lists was (Explanation of this Python language feature) Rustom Mody <rustompmody@gmail.com> - 2014-03-28 20:21 -0700
Re: Howto flaten a list of lists was (Explanation of this Python language feature) Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-03-29 15:46 +0000
Re: Howto flaten a list of lists was (Explanation of this Python language feature) Chris Angelico <rosuav@gmail.com> - 2014-03-29 14:21 +1100
Re: Howto flaten a list of lists was (Explanation of this Python language feature) Mark H Harris <harrismh777@gmail.com> - 2014-03-28 22:39 -0500
Re: Howto flaten a list of lists was (Explanation of this Python language feature) Mark H Harris <harrismh777@gmail.com> - 2014-03-28 17:23 -0500
Re: Howto flaten a list of lists was (Explanation of this Python language feature) mm0fmf <none@mailinator.com> - 2014-03-29 15:59 +0000
csiph-web