Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!ecngs!feeder2.ecngs.de!newsfeed.freenet.ag!news2.euro.net!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.019 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'python': 0.09; 'byte,': 0.09; 'received:mail-vc0-f174.google.com': 0.09; 'subject:string': 0.09; 'aug': 0.13; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:unicode': 0.16; 'string': 0.17; 'wrote:': 0.17; 'char': 0.17; 'script.': 0.17; 'thu,': 0.17; 'saying': 0.18; 'random': 0.24; 'header:In-Reply-To:1': 0.25; 'document.': 0.27; 'message-id:@mail.gmail.com': 0.27; 'probability': 0.29; 'received:209.85.220.174': 0.29; 'wasting': 0.29; "i'm": 0.29; 'instead,': 0.33; 'to:addr:python-list': 0.33; 'times.': 0.33; 'received:google.com': 0.34; 'text': 0.34; 'pm,': 0.35; 'received:209.85.220': 0.35; 'received:209.85': 0.35; 'but': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'talk': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'most': 0.61; 'subject:, ': 0.61; '30,': 0.62; 'subject:...': 0.63; 'ever': 0.63; 'subject:, ...': 0.84; 'try,': 0.84 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=3gLlGqRY3ezQXKkZHBedvEOxAWCcNEXJKFUP95zFC+I=; b=f1XyzoEH/H6qBtExmYKuzUQGT7NfpDhYQEvjIRfzi+pxRLxWaihjZigYkWsXsx5YVf goLTAr4LS8XZlHWoHPDLT6Q7JqqHRIJHx/d4DcBpEr757u5IJ48YlqMfXTFXnEYe2bTK nTRNS69lx4oipTjHKpj8tjx0BFzcNspBRhKHL6sU00N01/AaX7LwhxF9kCWmErQXpUeh cokJK/ftiP0fagFMlo7bQ9QRUj1m6vsZEpeGmhC6Ebrb+hoU8BsShYtFIehIs7ITqpG3 ZlxnUgnCH+2UlPiNY3InzHV+ZiJ+qorWJB1TCvM6o6sl1t4pL1y/WWPOSzuPVMKhMw8L XzsA== MIME-Version: 1.0 In-Reply-To: References: <1cb3f062-eb45-4b0c-977b-76afb099923c@googlegroups.com> <503a0d51$0$6574$c3e8da3$5496439d@news.astraweb.com> <503a8361$0$6574$c3e8da3$5496439d@news.astraweb.com> <2e92da71-fbd2-467f-9088-1c79fa7bcf69@googlegroups.com> <62566024-df1d-4948-a27a-45c7820ddc6c@googlegroups.com> <503f0e45$0$9416$c3e8da3$76491128@news.astraweb.com> Date: Thu, 30 Aug 2012 18:59:27 +1000 Subject: Re: Flexible string representation, unicode, typography, ... 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.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: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1346317170 news.xs4all.nl 6886 [2001:888:2000:d::a6]:45130 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:28097 On Thu, Aug 30, 2012 at 6:51 PM, wrote: > Pick up a random text and see the probability this > text match the most optimized case 1 char / 1 byte, > practically never. Only if you talk about a huge document. Try, instead, every string ever used in a Python script. Practically always. But I'm wasting my time saying this again. It's been said by multiple people multiple times. ChrisA