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: Fri, 18 Dec 2015 18:43:24 +1100 Lines: 18 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de 2+dwFsS0KjQyHiSVK2R7Ag7hdlIcDRKzotSe/Kqqo0UQ== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'received:209.85.223': 0.03; 'handler': 0.04; 'bug.': 0.07; "subject:' ": 0.07; 'cc:addr :python-list': 0.09; 'non-ascii': 0.09; 'subject:files': 0.09; 'apostrophes': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:breaking': 0.16; 'subject:non': 0.16; 'url:urllib': 0.16; 'wrote:': 0.16; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'handles': 0.20; 'issue.': 0.20; 'dec': 0.23; 'header:In-Reply-To:1': 0.24; 'url:bugs': 0.24; 'installed': 0.26; 'fri,': 0.27; 'message-id:@mail.gmail.com': 0.27; 'this.': 0.28; 'fine': 0.28; 'looks': 0.29; 'agreed.': 0.29; 'docstrings': 0.29; 'markup': 0.29; 'noticed': 0.32; 'returned': 0.32; 'url:python': 0.33; 'open': 0.33; 'received:google.com': 0.35; 'url:org': 0.36; 'received:209.85': 0.36; 'url:library': 0.36; 'subject:?': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:209': 0.38; 'url:3': 0.60; 'skip:u 10': 0.61; 'default': 0.61; 'chrisa': 0.84; 'subject:space': 0.84; 'to:none': 0.91; '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:cc :content-type; bh=cVE4VtXxnQDvLUTXCtK6TxBNMCFLJvmezBRQsc64JDQ=; b=bSwzRQgxPkNNlyRZ0GWFS0KH5O67GDEUCQGxAYcabpV4GsEnNAHa7ZsAn7fwuApsIt BbVV7j2nH1IiNyDSMjywEUzex/GmUvug7eW7HuJtThKAm2Rn1zrb7LuNXYhmfyNBe9i2 e0uBGhZL3B6xOx2iJ6sQLyG2xUTpwR+VVxCXJowYVJB7LpWi8vBJvo7Jk1XzYFXPgBDO teHyGfoS4kx9VxNhQIi4jaqJ9ILT6Z3NVe9VMK47iCM2xeFnaZ5y8Iy1vM53Pl9yDdWs FqQ/MoCDgBCZRnKD1xyJzJngA8lHnuNVSKVzRtf8uVneasnUvnK/RvmGmqrKPLWKqFEz 3aCg== X-Received: by 10.107.31.2 with SMTP id f2mr2782874iof.157.1450424605020; Thu, 17 Dec 2015 23:43:25 -0800 (PST) In-Reply-To: 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:100583 On Fri, Dec 18, 2015 at 6:12 PM, Serhiy Storchaka wrote: > Agreed. Please open an issue. > > Using non-ASCII apostrophes and like in docstrings may be considered a bug. http://bugs.python.org/issue25899 Also noticed this. Is this a markup error? Lib/urllib/request.py:190: Note that *None& may be returned if no handler handles the request (though the default installed global OpenerDirector uses UnknownHandler to ensure this never happens). It looks fine on the web: https://docs.python.org/3/library/urllib.request.html ChrisA