Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed5.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.068 X-Spam-Evidence: '*H*': 0.87; '*S*': 0.00; 'string.': 0.04; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'url:py3k': 0.16; 'wrote:': 0.17; 'received:209.85.214.174': 0.21; 'header:In-Reply-To:1': 0.25; 'raw': 0.27; 'message- id:@mail.gmail.com': 0.27; 'chris': 0.28; 'fri,': 0.30; 'url:python': 0.32; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'pm,': 0.35; 'received:209.85': 0.35; 'url:org': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'url:docs': 0.38; 'to:addr:python.org': 0.39; 'received:209.85.214': 0.39; 'header:Received:5': 0.40; '20,': 0.65; 'jul': 0.65; 'url:tutorial': 0.93 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:content-transfer-encoding; bh=OXGfmNk5eBOabatknrRmFr2aj+VkGX5wABAiV03MygQ=; b=VsY67Ut8fk1tPa7qwiGv8oWDHs7tQz0cXdLcEUu+P5OJHKEAX6TedSdsU156QmEXdr 7xOg1ebywNLQRFYfTnpJKV5tvwR+1Dt58VLiUYvhkt8tiM7R3QKJpskmGLYitKjHE1zq Q5yfnkFrJHpK6rMMDsIdmgNR7B5zoSy5TNBY3IRXNqIel6sdwfOPuc4tlEGWRo7V+bNN 49BUV3C86GJGkNwHJchvMJ9PtPk0ak9xd9qVCXumyaYCFAl/J7/EWsnsZ+m5r60xjUVe PdrmOisH+hndfKJhTAPibP30LCQz/BnZtwH+U9Ol/XwszK43KfPwqVnoLPQ4H3Va1tU8 4LTA== MIME-Version: 1.0 In-Reply-To: References: Date: Mon, 23 Jul 2012 17:59:42 +1000 Subject: =?windows-1252?B?UmU6IHRoZSBtZWFuaW5nIG9mIHKSLi4uLi4uLpE=?= From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 8 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1343030385 news.xs4all.nl 6933 [2001:888:2000:d::a6]:42003 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:25841 On Fri, Jul 20, 2012 at 5:56 PM, levi nie wrote: > the meaning of r=E2=80=99.......=E2=80=98=EF=BC=9F It's a raw string. http://docs.python.org/py3k/tutorial/introduction.html#strings Chris Angelico