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


Groups > comp.lang.python > #100586 > unrolled thread

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

Started byZachary Ware <zachary.ware+pylist@gmail.com>
First post2015-12-18 02:32 -0600
Last post2015-12-18 02:32 -0600
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Should stdlib files contain 'narrow non breaking space' U+202F? Zachary Ware <zachary.ware+pylist@gmail.com> - 2015-12-18 02:32 -0600

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

FromZachary Ware <zachary.ware+pylist@gmail.com>
Date2015-12-18 02:32 -0600
SubjectRe: Should stdlib files contain 'narrow non breaking space' U+202F?
Message-ID<mailman.49.1450427579.30845.python-list@python.org>
On Fri, Dec 18, 2015 at 1:43 AM, Chris Angelico <rosuav@gmail.com> wrote:
> 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).

The '&' is a typo; it should have been '*'.

> It looks fine on the web:
> https://docs.python.org/3/library/urllib.request.html

Because what's on the web has no relation to the docstring :)

-- 
Zach

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web