Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed1a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.027 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'url:pipermail': 0.05; 'builtin': 0.09; 'formatting': 0.09; 'mailman': 0.10; 'archives?': 0.16; 'from:addr:timgolden.me.uk': 0.16; 'from:name:tim golden': 0.16; 'message-id:@timgolden.me.uk': 0.16; 'received:192.168.0.11': 0.16; 'received:74.55.86': 0.16; 'received:74.55.86.74': 0.16; 'received:smtp.webfaction.com': 0.16; 'received:webfaction.com': 0.16; 'tjg': 0.16; 'url:windows': 0.16; 'wrote:': 0.18; 'header:User-Agent:1': 0.23; '2.x': 0.24; '(or': 0.24; 'post': 0.26; 'header:In-Reply-To:1': 0.27; 'generally': 0.29; 'url:%3a': 0.30; "i'm": 0.30; "we're": 0.32; 'url:python': 0.33; 'subject:the': 0.34; 'google': 0.35; 'options:': 0.36; 'url:org': 0.36; 'whatever': 0.38; 'to:addr :python-list': 0.38; 'to:addr:python.org': 0.39; 'url:mail': 0.40; 'how': 0.40; 'new': 0.61; 'back': 0.62; "you've": 0.63; 'charset:windows-1252': 0.65; 'url:co': 0.67; 'url:search': 0.81; 'from:addr:mail': 0.83; 'dawson': 0.84; 'groups:': 0.84; 'seriously,': 0.84; 'url:lang': 0.84 Date: Wed, 15 Apr 2015 20:16:49 +0100 From: Tim Golden User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Searching the archives References: <890bd388-f50a-4dec-9ef5-27715427472a@googlegroups.com> <55288135$0$12997$c3e8da3$5496439d@news.astraweb.com> <87egnrb3il.fsf@jester.gateway.sonic.net> <87619387c0.fsf@elektro.pacujo.net> <90a8e07c-adb3-499f-8971-4ea49f6aea4b@googlegroups.com> <87lhhx7r44.fsf@elektro.pacujo.net> <87zj6czt84.fsf@jester.gateway.sonic.net> <87vbh0zow3.fsf@jester.gateway.sonic.net> <87r3rozjjp.fsf@jester.gateway.sonic.net> <552b6e78$0$12985$c3e8da3$5496439d@news.astraweb.com> <87egnnzb0k.fsf@jester.gateway.sonic.net> <552d18df$0$13006$c3e8da3$5496439d@news.astraweb.com> <871tjmyv4w.fsf@jester.gateway.sonic.net> <87wq1dxszp.fsf@jester.gateway.sonic.net> <87sic1xpg7.fsf@jester.gateway.sonic.net> <815276EC-5311-40B7-92C2-41F67EB9E251@GilDawson.com> In-Reply-To: <815276EC-5311-40B7-92C2-41F67EB9E251@GilDawson.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 26 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1429125416 news.xs4all.nl 2939 [2001:888:2000:d::a6]:57064 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:88990 On 15/04/2015 19:47, Gil Dawson wrote: > Hi-- > > I'm new here. How do you search the archives? > > --Gil > There's nothing builtin to mailman (v 2.x which we're using). You've got a few options: * Use Google (or whatever engine) with site:, eg: https://www.google.co.uk/search?q=site:mail.python.org/pipermail/python-list/+windows * Use some other service like markmail: http://markmail.org/search/?q=list%3Aorg.python.python-list+windows * (As a last resort): https://groups.google.com/forum/#!forum/comp.lang.python But, seriously, please don't post back through Google Groups: it messes up the formatting considerably and will generally annoy people. TJG