[issue44275] Is there a mojibake problem rendering interactive help in the REPL on Windows?

Andre Roberge report at bugs.python.org
Mon May 31 13:00:23 EDT 2021


Andre Roberge <andre.roberge at gmail.com> added the comment:

I observe something similar, though with different symbols. My Windows installation uses French (fr-ca) as default language.
===
help> COMPARISON
Comparisons
***********

...

Formally, if *a*, *b*, *c*, à, *y*, *z* are expressions and *op1*,
*op2*, à, *opN* are comparison operators, then "a op1 b op2 c ... y
opN z" is equivalent to "a op1 b and b op2 c and ... y opN z", except
that each expression is evaluated at most once.

Note that "a op1 b op2 c" doesnÆt imply any kind of comparison between
*a* and *c*, so that, e.g., "x < y > z" is perfectly legal (though
perhaps not pretty).

So, in my case, the unusual characters are: à, Æ.  In this case, the French word 'à' would make some sense in this context (as it means 'to' in English).

----------
nosy: +aroberge

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44275>
_______________________________________


More information about the Python-bugs-list mailing list