Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #29785

Re: Functional way to compare things inside a list

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <maniandram01@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.017
X-Spam-Evidence '*H*': 0.97; '*S*': 0.00; 'cpython': 0.05; 'to:addr:comp.lang.python': 0.09; 'cc:addr:python-list': 0.10; 'guess.': 0.16; 'subject:compare': 0.16; 'wrote:': 0.17; 'duplicate': 0.17; 'windows': 0.19; 'cc:2**0': 0.23; 'posts': 0.23; 'idea': 0.24; 'paul': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'andrew': 0.27; 'subject:list': 0.28; 'post': 0.28; 'them?': 0.29; 'lists': 0.31; 'point': 0.31; 'could': 0.32; 'received:google.com': 0.34; 'received:209.85': 0.35; 'quite': 0.37; 'received:209': 0.37; 'received:209.85.216': 0.37; 'subject:: ': 0.38; 'skip:6 10': 0.63; 'bot': 0.84; 'received:209.85.216.184': 0.84
Newsgroups comp.lang.python
Date Sat, 22 Sep 2012 21:09:59 -0700 (PDT)
In-Reply-To <mailman.1066.1348298396.27098.python-list@python.org>
Complaints-To groups-abuse@google.com
Injection-Info glegroupsg2000goo.googlegroups.com; posting-host=122.167.215.13; posting-account=uPFZNQoAAAAm9w7z13q1SjWNKNjztdcD
References <mailman.990.1348213606.27098.python-list@python.org> <ffmti9-elv.ln1@satorlaser.homedns.org> <48191878-3a0e-4733-a426-55b6981c471d@googlegroups.com> <mailman.1040.1348260628.27098.python-list@python.org> <505d138e$0$29981$c3e8da3$5496439d@news.astraweb.com> <CALwzid=fUCg7F1PKJdCnx4OCRW1WzeQ+pHPmJ8AnNcgL=x72FA@mail.gmail.com> <20120922070817.GA97500@osx.kode5.net> <mailman.1066.1348298396.27098.python-list@python.org>
User-Agent G2/1.0
X-Google-Web-Client true
X-Google-IP 122.167.215.13
MIME-Version 1.0
Subject Re: Functional way to compare things inside a list
From Ramchandra Apte <maniandram01@gmail.com>
To comp.lang.python@googlegroups.com
Content-Type text/plain; charset=ISO-8859-1
Cc "comp.lang.python" <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>
Message-ID <mailman.1099.1348373407.27098.python-list@python.org> (permalink)
Lines 16
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1348373407 news.xs4all.nl 6985 [2001:888:2000:d::a6]:54466
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:29785

Show key headers only | View raw


On Saturday, 22 September 2012 12:50:08 UTC+5:30, Andrew Berg  wrote:
> On 2012.09.22 02:08, Jamie Paul Griffin wrote:
> 
> > I find this intriguing, I had no idea bots existed to post to mailing
> 
> > lists in this way. What's the point of them?
> 
> 
> 
> To amuse their owners is my guess.
> 
> -- 
> 
> CPython 3.3.0rc2 | Windows NT 6.1.7601.17835

The bot could be used for automatic replies for duplicate posts (common questions are quite often repeated)

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Functional way to compare things inside a list thorsopia@lavabit.com - 2012-09-20 18:58 -0400
  Re: Functional way to compare things inside a list "Ivan@work" <ivan.cvetkovic@pakel.hr> - 2012-09-21 10:24 +0200
  Re: Functional way to compare things inside a list Alexander Blinne <news@blinne.net> - 2012-09-21 10:31 +0200
  Re: Functional way to compare things inside a list Ulrich Eckhardt <ulrich.eckhardt@dominolaser.com> - 2012-09-21 10:52 +0200
    Re: Functional way to compare things inside a list 88888 Dihedral <dihedral88888@googlemail.com> - 2012-09-21 12:54 -0700
      Re: Functional way to compare things inside a list Ian Kelly <ian.g.kelly@gmail.com> - 2012-09-21 14:49 -0600
        Re: Functional way to compare things inside a list 88888 Dihedral <dihedral88888@googlemail.com> - 2012-09-21 14:45 -0700
        Re: Functional way to compare things inside a list 88888 Dihedral <dihedral88888@googlemail.com> - 2012-09-21 14:45 -0700
        Re: Functional way to compare things inside a list Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-09-22 01:25 +0000
          Re: Functional way to compare things inside a list Ian Kelly <ian.g.kelly@gmail.com> - 2012-09-22 00:22 -0600
            Re: Functional way to compare things inside a list 88888 Dihedral <dihedral88888@googlemail.com> - 2012-09-21 23:50 -0700
            Re: Functional way to compare things inside a list 88888 Dihedral <dihedral88888@googlemail.com> - 2012-09-21 23:50 -0700
          Re: Functional way to compare things inside a list Jamie Paul Griffin <jamie@kode5.net> - 2012-09-22 08:08 +0100
          Re: Functional way to compare things inside a list Andrew Berg <bahamutzero8825@gmail.com> - 2012-09-22 02:19 -0500
            Re: Functional way to compare things inside a list Ramchandra Apte <maniandram01@gmail.com> - 2012-09-22 21:09 -0700
            Re: Functional way to compare things inside a list Ramchandra Apte <maniandram01@gmail.com> - 2012-09-22 21:09 -0700

csiph-web