Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #76985
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!feeds.news.ox.ac.uk!news.ox.ac.uk!news.stack.nl!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <olaf@aepfle.de> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.019 |
| X-Spam-Evidence | '*H*': 0.96; '*S*': 0.00; 'subject:Python': 0.06; 'msgid': 0.09; 'cc:addr:python-list': 0.11; 'thread': 0.14; 'displaying': 0.16; 'wrote:': 0.18; 'aug': 0.22; 'cc:addr:python.org': 0.22; 'header:User-Agent:1': 0.23; 'headers': 0.24; 'fine': 0.24; 'header': 0.24; 'mon,': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'skip:" 20': 0.27; 'header:In-Reply-To:1': 0.27; 'michael': 0.29; 'characters': 0.30; 'reply.': 0.31; '25,': 0.31; 'not.': 0.33; 'basic': 0.35; 'google': 0.35; 'content-disposition:inline': 0.62; 'to:addr:gmail.com': 0.65; 'funny': 0.74; 'messed': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha1; c=relaxed/relaxed; t=1408978603; l=417; s=domk; d=aepfle.de; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Subject:Cc:To:From:Date; bh=nxQGL9sulJEMSwesLeAcl/zH37s=; b=QqtUkJVKEw9W90JPgdu5lkst7nA6l56nXmwdwY7TRqKxAFWc10bEWMDdDJoO4dfVl/p YsrYVGRYmIBFP1cVcLtnB91J1ZTIVi1YuAPlIs7TfWjAy0G7cQu+4OrA3O7AuvX+4osVr mjA1e3HBCrxY5QolKYruEc0EGQl5f9Begk4= |
| X-RZG-AUTH | :P2EQZWCpfu+qG7CngxMFH1J+yackYocTD1iAi8x+OWi/zfN1cLnBYfssUIlSFMulEekh1V+4SeDxi+jBPcPGRBxIB/lLRg== |
| X-RZG-CLASS-ID | mo00 |
| Date | Mon, 25 Aug 2014 16:32:39 +0200 |
| From | Olaf Hering <olaf@aepfle.de> |
| To | Michael Torrie <torriem@gmail.com> |
| Subject | Re: GO vs Python |
| References | <CABRP1o8pG8rq3OHJPwZYPdmGbhqusUaNxapM9nn36gThYy4CLQ@mail.gmail.com> <CAOFF+Z0Tb+YJ-koEocQSQrcA-5n-15qKiSnJJgxwcOCQk+yFJw@mail.gmail.com> <CAPTjJmq3wPmBPVjW1Svfn0chNCORtTPgT=smXhazOp0p2X3-yg@mail.gmail.com> <CAOFF+Z1F0d8NDXBJPi7jHbGYMKzUcJT0KqZnqbLO4dys8oaB7w@mail.gmail.com> <mailman.13400.1408938102.18130.python-list@python.org> <d8811b7e-fc37-447c-848d-f3bd314aff5e@googlegroups.com> <roy-592146.08040025082014@news.panix.com> <cb2aff1b-c091-48b5-90f5-d82c6060b148@googlegroups.com> <53FB44A6.1060101@gmail.com> |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8 |
| Content-Disposition | inline |
| In-Reply-To | <53FB44A6.1060101@gmail.com> |
| User-Agent | Mutt/1.5.22.rev6346 (2013-10-29) |
| 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 | <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.13417.1408978605.18130.python-list@python.org> (permalink) |
| Lines | 12 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1408978605 news.xs4all.nl 2840 [2001:888:2000:d::a6]:35610 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:76985 |
Show key headers only | View raw
On Mon, Aug 25, Michael Torrie wrote: > No it came through fine here, originally. It must be Google Groups that > messed up the characters in displaying the message and in your reply. Likely not. The header I got with msgid <roy-592146.08040025082014@news.panix.com> lacks basic headers like "Content-Type:" and "Content-Transfer-Encoding:". Funny that this happend in a thread about encoding... Olaf
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: GO vs Python Chris Angelico <rosuav@gmail.com> - 2014-08-25 13:41 +1000
Re: GO vs Python Rustom Mody <rustompmody@gmail.com> - 2014-08-25 01:01 -0700
Re: GO vs Python Marko Rauhamaa <marko@pacujo.net> - 2014-08-25 11:52 +0300
Re: GO vs Python Chris Angelico <rosuav@gmail.com> - 2014-08-25 19:48 +1000
Re: GO vs Python Roy Smith <roy@panix.com> - 2014-08-25 08:06 -0400
Re: GO vs Python Rustom Mody <rustompmody@gmail.com> - 2014-08-25 05:24 -0700
Re: GO vs Python Michael Torrie <torriem@gmail.com> - 2014-08-25 08:13 -0600
Re: GO vs Python Marko Rauhamaa <marko@pacujo.net> - 2014-08-25 17:26 +0300
Re: GO vs Python Rustom Mody <rustompmody@gmail.com> - 2014-08-25 07:38 -0700
Re: GO vs Python Chris “Kwpolska” Warrick <kwpolska@gmail.com> - 2014-08-25 16:44 +0200
Re: GO vs Python Marko Rauhamaa <marko@pacujo.net> - 2014-08-25 18:04 +0300
Re: GO vs Python Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-08-25 17:40 +0100
Re: GO vs Python Olaf Hering <olaf@aepfle.de> - 2014-08-25 16:32 +0200
Re: GO vs Python Roy Smith <roy@panix.com> - 2014-08-25 21:21 -0400
csiph-web