Path: csiph.com!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!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.035 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'mrab': 0.05; 'arguments': 0.07; 'bytes.': 0.07; 'subject:string': 0.09; 'aug': 0.13; ':-)': 0.13; 'subject:unicode': 0.16; 'wrote:': 0.17; 'bytes': 0.17; 'thu,': 0.17; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'message- id:@mail.gmail.com': 0.27; 'that.': 0.30; 'switch': 0.32; 'to:addr :python-list': 0.33; "can't": 0.34; 'received:google.com': 0.34; 'doing': 0.35; 'received:209.85': 0.35; 'but': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'instead': 0.39; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'subject:, ': 0.61; 'between': 0.63; 'subject:...': 0.63; 'lose': 0.71; 'complexity': 0.84; 'subject:, ...': 0.84; 'why?': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=r2V9OogP+B9Vi2U6ALWQwKcv5/yz98Q37HRZ1bnE/0I=; b=i+w3BVw6/WETZd2/tzMV1nwOZUQGnxNzoyzez2TdytmWCKvbU+4/jv9Pj1lZLFDqxP AZ8QPFsrXbFslw1G1umFGQaCY7MejcDv5FArC4cIF3P92K5qwQZWDzgIMhQb1qqYv2Mu xrUbpBBTxURZHMahdTkwkaCdK1UaUG8Hr05GIzXdZLYd+cuSJF5Kl7Erp12k+nr8bLJT WNG7T5TMKLuEFSakAFI31r61Ch04WkSvYLuG4oGSgIbwq0ngZnJuNs6lHbHcpiO3sgdK ycYEIoQ9tKurh2e17nnmB5KpFR8MRfj4z9rkBxVv0Q2eqdWT1pXBTCrz+MbVpGczMECh zoCw== MIME-Version: 1.0 In-Reply-To: <50364809.3060403@mrabarnett.plus.com> References: <50364809.3060403@mrabarnett.plus.com> From: Ian Kelly Date: Thu, 23 Aug 2012 09:19:23 -0600 Subject: Re: Flexible string representation, unicode, typography, ... 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: 7 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1345735195 news.xs4all.nl 6931 [2001:888:2000:d::a6]:50499 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:27741 On Thu, Aug 23, 2012 at 9:11 AM, MRAB wrote: > Perhaps the solution should've been to just switch between 2/4 bytes instead > of 1/2/4 bytes. :-) Why? You don't lose any complexity by doing that. I can see arguments for 1/2/4 or for just 4, but I can't see any advantage of 2/4 over either of those.