Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #100608
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Chris Angelico <rosuav@gmail.com> |
| 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 | <mailman.58.1450483121.30845.python-list@python.org> (permalink) |
| References | <n4vf3d$rer$1@ger.gmane.org> <CAPTjJmoa5dBiDJ5zDu4jEy4MjOm6vp=J3zLqJw7ZfEUf9da=DQ@mail.gmail.com> <n509h0$p6h$1@ger.gmane.org> <mailman.45.1450421501.30845.python-list@python.org> <5673d6ac$0$1612$c3e8da3$5496439d@news.astraweb.com> <mailman.57.1450475780.30845.python-list@python.org> <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 | <rosuav@gmail.com> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Xref | csiph.com comp.lang.python:100608 |
Show key headers only | View raw
On Sat, Dec 19, 2015 at 9:16 AM, Marko Rauhamaa <marko@pacujo.net> wrote: > Terry Reedy <tjreedy@udel.edu>: > >> 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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: Should stdlib files contain 'narrow non breaking space' U+202F? Chris Angelico <rosuav@gmail.com> - 2015-12-18 17:51 +1100
Re: Should stdlib files contain 'narrow non breaking space' U+202F? Steven D'Aprano <steve@pearwood.info> - 2015-12-18 20:49 +1100
Re: Should stdlib files contain 'narrow non breaking space' U+202F? wxjmfauth@gmail.com - 2015-12-18 07:55 -0800
Re: Should stdlib files contain 'narrow non breaking space' U+202F? Terry Reedy <tjreedy@udel.edu> - 2015-12-18 16:56 -0500
Re: Should stdlib files contain 'narrow non breaking space' U+202F? Marko Rauhamaa <marko@pacujo.net> - 2015-12-19 00:16 +0200
Re: Should stdlib files contain 'narrow non breaking space' U+202F? Chris Angelico <rosuav@gmail.com> - 2015-12-19 10:58 +1100
Re: Should stdlib files contain 'narrow non breaking space' U+202F? wxjmfauth@gmail.com - 2015-12-19 00:52 -0800
csiph-web