Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #44505
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!194.109.133.86.MISMATCH!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <skip.montanaro@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.028 |
| X-Spam-Evidence | '*H*': 0.94; '*S*': 0.00; 'subject:file': 0.07; 'subject:How': 0.10; 'cc:addr:python-list': 0.11; 'from:addr:pobox.com': 0.16; 'from:addr:skip': 0.16; 'gmane': 0.16; 'sender:addr:gmail.com': 0.17; 'cc:addr:python.org': 0.22; 'skip': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'then.': 0.30; 'message- id:@mail.gmail.com': 0.30; 'interface': 0.32; 'something': 0.35; 'received:google.com': 0.35; 'subject:data': 0.36; 'subject:?': 0.36; 'gmail': 0.38; 'how': 0.40; 'news': 0.67; 'between': 0.67; 'subject:this': 0.83 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=wBHSBQtn583VopVdj7JniL7gGnZQycjrjWlfTMtC6AQ=; b=JB/S5YZlYNgarizGl/cV/xkdOxyOCCVzXP9wFJAchEixECSGMA7VidEZZQ2YiSVO6q 7I+pUNrvfnEQPiiSgqZ79efgDAkMxL0s0SHEhoXcCaLuL8HvugVX79KwXqcXtZhPOZQg ks5y2bagfZ0jgVoNAIMBRic4Lz7t0RAMphmPB2iqat1l/w2BtCR9S438MFua350BDY4I RsKzgNSn1pI0eF0Gua4c02dQjKBls3oF57JOXQpYGzs9cjXBoXgBLybgVTepOIJR+KAl A+JLpXzhQI2SZfTmLKfjXRTA+EqZtYXq5weZ+S08gHHsFaEL6W4zczg7IZVvC8Px6X/N 23ng== |
| MIME-Version | 1.0 |
| X-Received | by 10.50.17.8 with SMTP id k8mr1175027igd.1.1367247385665; Mon, 29 Apr 2013 07:56:25 -0700 (PDT) |
| Sender | skip.montanaro@gmail.com |
| In-Reply-To | <t8d25a-pd6.ln1@chris.zbmc.eu> |
| References | <27s15a-943.ln1@chris.zbmc.eu> <mailman.1151.1367236032.3114.python-list@python.org> <ee725a-c45.ln1@chris.zbmc.eu> <mailman.1154.1367241090.3114.python-list@python.org> <t8d25a-pd6.ln1@chris.zbmc.eu> |
| Date | Mon, 29 Apr 2013 09:56:25 -0500 |
| X-Google-Sender-Auth | UGYAmWYvYOSOZp9sxPvuk6bEOQc |
| Subject | Re: How do I encode and decode this data to write to a file? |
| From | Skip Montanaro <skip@pobox.com> |
| To | cl@isbd.net |
| Content-Type | text/plain; charset=UTF-8 |
| Cc | python-list@python.org |
| 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 | <http://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 | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1155.1367247394.3114.python-list@python.org> (permalink) |
| Lines | 6 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1367247394 news.xs4all.nl 16010 [2001:888:2000:d::a6]:52195 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:44505 |
Show key headers only | View raw
> How strange. I think it must be something to do with the gmane > interface between news and mail then. Probably. It was borked in Gmail as well... Skip
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
How do I encode and decode this data to write to a file? cl@isbd.net - 2013-04-29 10:47 +0100
Re: How do I encode and decode this data to write to a file? Andrew Berg <bahamutzero8825@gmail.com> - 2013-04-29 05:11 -0500
Re: How do I encode and decode this data to write to a file? cl@isbd.net - 2013-04-29 13:50 +0100
Re: How do I encode and decode this data to write to a file? Peter Otten <__peter__@web.de> - 2013-04-29 12:33 +0200
Re: How do I encode and decode this data to write to a file? Dave Angel <davea@davea.name> - 2013-04-29 07:46 -0400
Re: How do I encode and decode this data to write to a file? cl@isbd.net - 2013-04-29 13:59 +0100
Re: How do I encode and decode this data to write to a file? Robert Kern <robert.kern@gmail.com> - 2013-04-29 14:11 +0100
Re: How do I encode and decode this data to write to a file? cl@isbd.net - 2013-04-29 15:38 +0100
Re: How do I encode and decode this data to write to a file? Skip Montanaro <skip@pobox.com> - 2013-04-29 09:56 -0500
Re: How do I encode and decode this data to write to a file? Terry Jan Reedy <tjreedy@udel.edu> - 2013-04-29 18:02 -0400
Re: How do I encode and decode this data to write to a file? Tony the Tiger <tony@tiger.invalid> - 2013-05-01 16:20 -0500
Re: How do I encode and decode this data to write to a file? Ned Batchelder <ned@nedbatchelder.com> - 2013-05-01 18:01 -0400
Re: How do I encode and decode this data to write to a file? Ned Batchelder <ned@nedbatchelder.com> - 2013-05-01 19:36 -0400
csiph-web