Change by Ming Hua :
--
nosy: +minghua
___
Python tracker
<https://bugs.python.org/issue36675>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ming Hua added the comment:
Steve Dower (steve.dower) posted:
> I'd guess that these tests are assuming that sys.executable contains only
> ASCII characters. All the tests run in a non-ASCII working directory, so it's
> only the runtime that is not tested propersy here.
&
Ming Hua added the comment:
Eryk Sun (eryksun) posted:
> Python's default can be overridden to UTF-8 for standard I/O via
> PYTHONIOENCODING, or for all I/O via PYTHONUTF8 or "-X utf8=1".
FWIW, I did test with "-X utf8" option and it wasn't any better. J
New submission from Ming Hua :
Background:
Since at least Windows 8, it is possible to invoke the input method engine
(IME) when installing Windows and creating accounts. So at least among
simplified Chinese users, it's not uncommon to have a Chinese account name.
Issue:
After succe
Change by Ming Hua :
--
title: Type in "What's New In Python 3.10" documentation -> Typo in "What's New
In Python 3.10" documentation
___
Python tracker
&l
New submission from Ming Hua :
It's just a small typo, but since the documentation recommends reporting to bug
tracker, here it is.
After downloading the 64-bit Windows Installer for 3.10.0 rc2 and successfully
installing on my Windows 10, the "Python 3.10 Manuals" in sta