Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Chris Angelico Newsgroups: comp.lang.python Subject: Re: Should stdlib files contain 'narrow non breaking space' U+202F? Date: Sat, 19 Dec 2015 10:58:39 +1100 Lines: 13 Message-ID: References: <5673d6ac$0$1612$c3e8da3$5496439d@news.astraweb.com> <8760zvjtbm.fsf@elektro.pacujo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de RVN5KjPzNkQ8+4rEITFvzQHVC1kFeyAsO6Ux6D+pUhEQ== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'received:209.85.223': 0.03; 'cpython': 0.05; 'guido': 0.05; "subject:' ": 0.07; 'cc:addr :python-list': 0.09; 'non-ascii': 0.09; 'subject:files': 0.09; 'syntax': 0.13; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'identifiers': 0.16; 'readability.': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'reedy': 0.16; 'somewhere.': 0.16; 'subject:breaking': 0.16; 'subject:non': 0.16; 'wrote:': 0.16; 'copied': 0.18; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'ascii': 0.22; 'am,': 0.23; 'dec': 0.23; 'sat,': 0.23; 'header:In-Reply-To:1': 0.24; 'message- id:@mail.gmail.com': 0.27; 'idea': 0.28; "people's": 0.29; 'code': 0.30; 'source': 0.33; 'universal': 0.33; 'received:google.com': 0.35; 'received:209.85': 0.36; 'subject:?': 0.36; 'subject:: ': 0.37; 'received:209': 0.38; 'chrisa': 0.84; 'subject:space': 0.84; 'subject:+': 0.91 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 :cc:content-type; bh=zsRqnPpWfXvk4BEVi5yOqaUL/xoUODNrIdZKwKpoosA=; b=q/FPQcHx8REwG4exY8iQOtXYAyeHRTVTQXXqe9CEpxy+7kx5+aYCWbOg5mCl8843gf Mif4EpzSQMsjivgwAbZuyPnRzU2Z8o36iZrsV/PeP5BkDe2tno16ZfgQPwZLa0yh8306 yC+OZ5XEfS6pEi+y37eL+RRsGhklOlQCUNjeyX1qHBIZEATt47Dya/WcNaH6rhKkyoRL KbmAtPXTKCJBwq6MC3I6Afi0ItL6NG61ZKmso+vyT7f7ArePxGrlaJ1PKebizptvHDK2 j7cibHi1ptSQg0lCIWxdXBukC+/rslDHvWO8qnIbJCZNbOGv+JR+4xLDwRFt4hJsM8fX 0kxw== X-Received: by 10.107.163.146 with SMTP id m140mr7317556ioe.19.1450483119115; Fri, 18 Dec 2015 15:58:39 -0800 (PST) In-Reply-To: <8760zvjtbm.fsf@elektro.pacujo.net> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:100608 On Sat, Dec 19, 2015 at 9:16 AM, Marko Rauhamaa wrote: > Terry Reedy : > >> Guido also wants syntax chars and identifiers in stdlib code kept to >> ascii only for universal readability. > > Readability, or writability? Most people would have no idea how to > produce the characters with their keyboards. Most of the non-ASCII in the CPython source is people's names, which will simply be copied and pasted from somewhere. ChrisA