Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder1.xlned.com!news2.euro.net!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.180 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.74; '*S*': 0.10; 'cc:addr:python-list': 0.11; 'think.': 0.16; 'sender:addr:gmail.com': 0.17; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'second': 0.26; 'header:In-Reply-To:1': 0.27; 'point': 0.28; 'message- id:@mail.gmail.com': 0.30; 'quite': 0.32; 'received:google.com': 0.35; 'mapping': 0.38; 'though,': 0.39; 'july': 0.63; 'subject:skip:S 10': 0.84; 'valid,': 0.84; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=z8M894KkXNdn6DwDJP1zlvCxPHNjG1nq9wtbl2zm5cA=; b=k88Afua99FcPSKmEGeIpRd8KPct/nDbPZ9UKmiPtRV2lGexBPzb5kbdd9Y4SKUvv6d bX/jyzbEIRv5apRFO7Vi1JF3TVLNW0M07BS/JmF1k8xjHCE3nJ4Rr5TtlorEtwTbdDMY o/ebCTYHZGA92ZZAJcqymkafFsaWqQu/aJogXTPEVCV5mjMzhbM18fjsp9Q92i/sDzoX elKQVIQLMANubLKZYC03piEqNvuVxej6jMjp4O5gXlWqrdqDwtgq9MVlWe3rfEVNan0l XtKBzgX9twp0kjTCfgihRHh1scy1i5g2At+iVfGHDlhelk+mJqVfLYUfCJ7K+WwZQK1Y RD2Q== X-Received: by 10.112.88.169 with SMTP id bh9mr9577253lbb.12.1374345738675; Sat, 20 Jul 2013 11:42:18 -0700 (PDT) MIME-Version: 1.0 Sender: joshua.landau.ws@gmail.com In-Reply-To: References: <51e967bb$0$29971$c3e8da3$5496439d@news.astraweb.com> From: Joshua Landau Date: Sat, 20 Jul 2013 19:41:38 +0100 X-Google-Sender-Auth: CRw6woSb29h1c4CZFHL-fl7t2Bc Subject: Re: Find and Replace Simplification To: Dave Angel Content-Type: text/plain; charset=UTF-8 Cc: python-list 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: 5 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1374345746 news.xs4all.nl 15997 [2001:888:2000:d::a6]:38839 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:50973 On 20 July 2013 19:37, Joshua Landau wrote: > mapping int -> int Well, on second thought it's not quite this unless it's a 1:1 mapping. Point remains valid, though, I think.