Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!newsfeed.eweka.nl!eweka.nl!feeder3.eweka.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!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.073 X-Spam-Evidence: '*H*': 0.86; '*S*': 0.00; 'replied': 0.09; 'sep': 0.09; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.17; 'received:209.85.214.174': 0.21; 'assuming': 0.22; 'posts': 0.23; 'somebody': 0.23; 'header:In-Reply-To:1': 0.25; 'question': 0.27; 'message-id:@mail.gmail.com': 0.27; 'post': 0.28; 'archives': 0.29; "d'aprano": 0.29; 'generous': 0.29; 'steven': 0.29; 'fri,': 0.30; 'web.': 0.30; 'to:addr:python-list': 0.33; 'another': 0.33; 'received:google.com': 0.34; 'list': 0.35; 'pm,': 0.35; 'subject:?': 0.35; 'received:209.85': 0.35; 'but': 0.36; 'rather': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'received:209.85.214': 0.39; 'list,': 0.39; 'header:Received:5': 0.40; 'your': 0.60; 'reply': 0.66; 'answer.': 0.71; 'researching': 0.84; 'imagine': 0.96 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:to :content-type; bh=fi5SaNM4psULmXIFIJqKnzAAH2AQV+vZIJYZMlibBcs=; b=ij33PlB/SaxoCXqGUR/+8BjRbWrwKJX9fkwLA+McDvDm69Q3zy3znQ04ZEYGgf+NdT PvM5xZNyBxHgM560VnAJniYJ4RtpgaQVGWmc/3c7hyGub8qiz1DU+8Xy54qQmbVP4X99 8Ai1IH7gKBdjpINNp3S0bHP0o6TB4Ib+vSg9of0BWwkm5OM8W073QfzBEE5y4MQJgZYz +kKrYm48MwFFOA5wVOsqwf9GXeNDZoEfrzO86+Nhl28c9+qlPOnc0lxaVpGKXVZ4zESd ZbSLzNIsqjO78ZeWiSPHDohlB/ZMcpudM4uPtbfWqhGbw/pB2dcJvyTVOevFJfeoviJB 6eZA== MIME-Version: 1.0 In-Reply-To: <5052a702$0$29981$c3e8da3$5496439d@news.astraweb.com> References: <504761ef$0$29981$c3e8da3$5496439d@news.astraweb.com> <50477cbb$0$29981$c3e8da3$5496439d@news.astraweb.com> <50485fca$0$29977$c3e8da3$5496439d@news.astraweb.com> <504972d1$0$29981$c3e8da3$5496439d@news.astraweb.com> <504a9785$0$29981$c3e8da3$5496439d@news.astraweb.com> <5B80DD153D7D744689F57F4FB69AF47416678A53@SCACMX008.exchad.jpmchase.net> <5052a702$0$29981$c3e8da3$5496439d@news.astraweb.com> Date: Fri, 14 Sep 2012 14:15:55 +1000 Subject: Re: Comparing strings from the back? From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1347596159 news.xs4all.nl 6909 [2001:888:2000:d::a6]:40185 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:29111 On Fri, Sep 14, 2012 at 1:39 PM, Steven D'Aprano wrote: > You're assuming that people read your posts immediately after they read > the post you replied to. Always imagine that your reply will be read a > week after the post you replied to. And a week is extremely generous too; these posts get archived on the web. I *frequently* find myself hitting mailing list archives when researching obscurities. This is also another good reason to post follow-ups to the list, rather than in private email. You might never be thanked, but somebody years down the track may find the question and an associated answer. ChrisA