[New-bugs-announce] [issue24610] Incorrect example Unicode string in docs footnote

Chris Angelico report at bugs.python.org
Sat Jul 11 12:46:49 CEST 2015


New submission from Chris Angelico:

https://docs.python.org/3/reference/expressions.html#id18

The string "\u0327\u0043" does not normalize to the same string as "\u00C7", as combining characters are supposed to _follow_ the base character. (Some consoles may happen to display them the same way, but prepend another letter to the string and it's clear that the combining cedilla is attached to that and not to the C.)

Switching the two escape sequences makes the example work. Patch attached.

----------
assignee: docs at python
components: Documentation
files: cedilla_docs.patch
keywords: patch
messages: 246599
nosy: Rosuav, docs at python
priority: normal
severity: normal
status: open
title: Incorrect example Unicode string in docs footnote
versions: Python 3.6
Added file: http://bugs.python.org/file39894/cedilla_docs.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24610>
_______________________________________


More information about the New-bugs-announce mailing list