Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.albasani.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed1a.news.xs4all.nl!xs4all!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.042 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.00; 'ascii': 0.09; 'restriction': 0.09; 'cc:addr:python-list': 0.11; 'ascii,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'relevance': 0.16; 'wrote:': 0.18; 'fit': 0.20; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply- To:1': 0.27; 'character': 0.29; 'sets': 0.30; 'message- id:@mail.gmail.com': 0.30; 'subject: (': 0.35; 'problem.': 0.35; 'received:google.com': 0.35; 'add': 0.35; 'pm,': 0.38; 'name': 0.63; 'such': 0.63; '\xe2\x80\x93': 0.77; 'subject:good': 0.84; 'to:none': 0.92 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:cc :content-type:content-transfer-encoding; bh=VVLE3rM/afch0l8gsaR4suHrvhSSdlI5kVFFPQ7fkpQ=; b=RC7Q9F+9tA+/LY6ONXk5Rafd7Ci+aD63MWNG/p94hGP5fNjGLViyFrFYOk3wqXRM50 NocB4HuuAfidFvklm1E7diAG89zROSpkH8QhtE8uBQxLEuZyOeXpgQhMGUujkvPpypP5 3tgQdWHvFdJ3x8lBMsaVdMWmKQ3X91maC+EXeWRSYnuSgD1Oo6kwcjfkmP3TEG/Nv+Km xYUGAkW8Ii9KkDi4s9/ulikKX6tu6nlwT7bqhjq2RecOFXyCVe7saOgJBJkXiiPCobVA 1MVS7uRfFEh7tmdxmhViZrqmjFoH9Wir2rRPccAzEovzFQsVsXuJulq9NTYldYEEx2iv fsFg== MIME-Version: 1.0 X-Received: by 10.52.13.98 with SMTP id g2mr4358496vdc.46.1401766389656; Mon, 02 Jun 2014 20:33:09 -0700 (PDT) In-Reply-To: <36b98684-b5b4-4a86-8c9f-76603a9c27ca@googlegroups.com> References: <538d1532$0$29978$c3e8da3$5496439d@news.astraweb.com> <36b98684-b5b4-4a86-8c9f-76603a9c27ca@googlegroups.com> Date: Tue, 3 Jun 2014 13:33:09 +1000 Subject: Re: Choosing good names for things is difficult (was: Strange Behavior) From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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: 8 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1401766817 news.xs4all.nl 2948 [2001:888:2000:d::a6]:58973 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:72460 On Tue, Jun 3, 2014 at 12:06 PM, Rustom Mody wrote: > Add to that the restriction to limited character sets such as ASCII > =E2=80=93 a restriction that has only historical relevance Wrong. The name has to fit inside the human's brain; if it's not ASCII, that's not a problem. ChrisA