Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #100584

Re: Should stdlib files contain 'narrow non breaking space' U+202F?

From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Subject Re: Should stdlib files contain 'narrow non breaking space' U+202F?
Date 2015-12-18 18:43 +1100
Message-ID <mailman.48.1450424616.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> <CAPTjJmrN78+5NuA86=te1C-sOdXQ3yP2EHo8hpNCMBZJsOGfvg@mail.gmail.com> <n50blj$o2f$1@ger.gmane.org>

Show all headers | View raw


On Fri, Dec 18, 2015 at 6:12 PM, Serhiy Storchaka <storchaka@gmail.com> 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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Should stdlib files contain 'narrow non breaking space' U+202F? Chris Angelico <rosuav@gmail.com> - 2015-12-18 18:43 +1100

csiph-web