Path: csiph.com!usenet.pasdenom.info!gegeweb.org!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed4.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.012 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:Python': 0.06; 'received:internal': 0.09; 'python': 0.11; 'missed': 0.12; 'forbids': 0.16; 'message-id:@webmail.messagingengine.com': 0.16; 'received:10.202': 0.16; 'received:10.202.2': 0.16; 'received:10.202.2.44': 0.16; 'received:66.111': 0.16; 'received:66.111.4': 0.16; 'received:compute4.internal': 0.16; 'received:messagingengine.com': 0.16; 'subject:Unicode': 0.16; 'wrote:': 0.18; 'portion': 0.22; 'unicode': 0.24; 'mon,': 0.24; 'header:In-Reply-To:1': 0.27; 'to:2**1': 0.27; 'to:no real name:2**1': 0.29; 'characters': 0.30; 'handled': 0.32; 'received:66': 0.35; 'operations': 0.35; 'received:10': 0.37; 'others.': 0.38; 'product.': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'space': 0.40; 'from:no real name:2**0': 0.61; 'range': 0.61; 'header:Message-Id:1': 0.63; 'email addr:gmail.com': 0.63; 'to:addr:gmail.com': 0.65; 'compliant': 0.68; '2014,': 0.84 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.us; h= message-id:from:to:mime-version:content-transfer-encoding :content-type:in-reply-to:references:subject:date; s=mesmtp; bh= j427cxgCKhRZEnLAvzJ2qaXo8ZQ=; b=nQl5T2Bzc+2PUJsCj9JBBZc2y+ZB2rcE E0BXkxNMqG2IHtbSIE8V9QcbLyiVpVMH9g6qHEZq8SnY3bdrq45B7kctDqQSi2xd dh96rq0NBznBz84jwsZkqSWdq4IP/rkEs7e8YHID59woYCffBCkyeBhTVJ2NjzrX B8EGS6qKsfY= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:in-reply-to:references :subject:date; s=smtpout; bh=j427cxgCKhRZEnLAvzJ2qaXo8ZQ=; b=jg1 Sjmej4ynEXRCJZo5QP9jW3zFenXlmQPPVaD7HkUwEoDRm4x9Mo36kQ0q5RRKSzOW SLCnUAKJX6ImK5brQH2sz6JgyLWac7R+guMi68bEx7QgZW3OuaVTqybDpBdsLcKb qN3D4Y9eoO9cM+HWPLDfDqqzNlKb6LfJN8W9H3L4= X-Sasl-Enc: +SAEnE9yYLOtFi/ZXexnNv/4BtXGnKM8QgWTjPD0Lb8e 1398964874 From: random832@fastmail.us To: wxjmfauth@gmail.com, python-list@python.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-aafac2c3 In-Reply-To: References: <0f253434-5e7d-4eea-88e1-7997fec2bd2d@googlegroups.com> <773afa7d-4b6d-4d67-8d40-ea90b335a1a2@googlegroups.com> <5357715c$0$11109$c3e8da3@news.astraweb.com> <03bb12d8-93be-4ef6-94ae-4a02789aea2d@googlegroups.com> Subject: Re: Unicode in Python Date: Thu, 01 May 2014 13:21:14 -0400 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: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1398964881 news.xs4all.nl 2920 [2001:888:2000:d::a6]:38414 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:70817 On Mon, Apr 28, 2014, at 4:57, wxjmfauth@gmail.com wrote: > Python 3: > - It missed the unicode shift. > - Covering the whole unicode range will not make > Python a unicode compliant product. Please cite exactly what portion of the unicode standard requires operations with all characters to be handled in the same amount of time and space, and forbids optimizations that make some characters handled faster or in less space than others.