[issue36675] Doctest directives and comments missing from code samples

2021-10-25 Thread Ming Hua
Change by Ming Hua : -- nosy: +minghua ___ Python tracker <https://bugs.python.org/issue36675> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue45176] Many regtest failures on Windows with non-ASCII account name

2021-09-21 Thread Ming Hua
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. > >

[issue45176] Many regtest failures on Windows with non-ASCII account name

2021-09-12 Thread Ming Hua
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. Just tested

[issue45176] Many regtest failures on Windows with non-ASCII account name

2021-09-12 Thread Ming Hua
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 successful

[issue45147] Typo in "What's New In Python 3.10" documentation

2021-09-09 Thread Ming Hua
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 <https://

[issue45147] Type in "What's New In Python 3.10" documentation

2021-09-09 Thread Ming Hua
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 start