Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #92726
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!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.092 |
| X-Spam-Evidence | '*H*': 0.82; '*S*': 0.00; 'cc:addr:python-list': 0.10; 'wed,': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'himself.': 0.16; 'wrote:': 0.16; 'cc:2**0': 0.21; 'cc:addr:python.org': 0.21; '2015': 0.23; 'header:In-Reply- To:1': 0.24; 'message-id:@mail.gmail.com': 0.28; "i'm": 0.29; 'certain': 0.31; '[1]': 0.32; "he's": 0.33; 'received:google.com': 0.34; 'there': 0.36; 'subject:: ': 0.37; 'starting': 0.38; 'pm,': 0.39; 'internet,': 0.61; 'limit': 0.65; 'better.': 0.66; 'person,': 0.66; 'chrisa': 0.84; 'to:none': 0.90 |
| 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=YENklAWgkYcjvdmQIyIXiYJur/k36vA9CUv2nHmjjW0=; b=IURm4wSkiHkjipWR/XX6kTbqnw5WE6fZ9d74FyK98yEhhOoQ+RxgMw/Jtse8XpZRfj Z0/6pH5kIPV3A02msBhGZ5Vsk3Dg00aBQjYDf+LSDN8sr0KUlQMzGJb3yBKQhuOqX5Yl Sey8gWcU3Pse7hugvqkSVtgy4YE88uQP3DTKCj2udDp+VVLUwibOyuS+Zs16hKiv9EN4 3pxY47f4/QqG3ZL9aCv9sL3GsuK6a/19EbYAzxjMkbyWxc04nSjgMEGqzyYBB5I8jbVI 1Xo0cwpuWct3MLdb9gE4vl/4RW2xRmEUGiMYhILTWyX0HC11KKG1oEOzcIrs0j3sji8D E7ug== |
| MIME-Version | 1.0 |
| X-Received | by 10.107.160.141 with SMTP id j135mr5279758ioe.43.1434519208732; Tue, 16 Jun 2015 22:33:28 -0700 (PDT) |
| In-Reply-To | <CALwzid=x5_EmzmKeSKANiAc6MNzBy2Je8XAu7ND4KoT7892zPg@mail.gmail.com> |
| References | <mailman.531.1434500646.13271.python-list@python.org> <5580d5c8$0$1667$c3e8da3$5496439d@news.astraweb.com> <CALwzid=x5_EmzmKeSKANiAc6MNzBy2Je8XAu7ND4KoT7892zPg@mail.gmail.com> |
| Date | Wed, 17 Jun 2015 15:33:28 +1000 |
| Subject | Re: operations on types |
| From | Chris Angelico <rosuav@gmail.com> |
| Cc | Python <python-list@python.org> |
| Content-Type | text/plain; charset=UTF-8 |
| 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> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.540.1434519211.13271.python-list@python.org> (permalink) |
| Lines | 9 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1434519211 news.xs4all.nl 2961 [2001:888:2000:d::a6]:45518 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:92726 |
Show key headers only | View raw
On Wed, Jun 17, 2015 at 2:58 PM, Ian Kelly <ian.g.kelly@gmail.com> wrote: > I'm reasonably certain that they're actually the same person, and he's > now engaging in sockpuppetry [1] by starting conversations with > himself. I used to think there was a limit to the depths of human boredom. Then I met the internet, and learned better. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: operations on types Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-06-17 02:04 +0000
Re: operations on types Ian Kelly <ian.g.kelly@gmail.com> - 2015-06-16 22:58 -0600
Re: operations on types Steven D'Aprano <steve@pearwood.info> - 2015-06-17 21:51 +1000
Re: operations on types Ned Batchelder <ned@nedbatchelder.com> - 2015-06-17 07:26 -0700
Re: operations on types Steven D'Aprano <steve@pearwood.info> - 2015-06-18 01:42 +1000
Re: operations on types Michael Torrie <torriem@gmail.com> - 2015-06-17 10:48 -0600
Re: operations on types Man with No Name <dreamingforward@gmail.com> - 2015-09-06 12:39 -0700
Re: operations on types Chris Angelico <rosuav@gmail.com> - 2015-06-17 15:33 +1000
Re: operations on types Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-06-17 15:39 +1000
Re: operations on types Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2015-06-17 08:39 -0400
csiph-web