[issue41525] Python '--help' has corrupted text.

2020-09-08 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 6.0 -> 7.0 pull_requests: +21236 pull_request: https://github.com/python/cpython/pull/22162 ___ Python tracker _

[issue41525] Python '--help' has corrupted text.

2020-09-08 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset 58de1dd6a8677bd213802c19204b827cb7134695 by Serhiy Storchaka in branch 'master': bpo-41525: Make the Python program help ASCII-only (GH-21836) https://github.com/python/cpython/commit/58de1dd6a8677bd213802c19204b827cb7134695 --

[issue41525] Python '--help' has corrupted text.

2020-09-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +21237 pull_request: https://github.com/python/cpython/pull/22163 ___ Python tracker ___ __

[issue41525] Python '--help' has corrupted text.

2020-09-08 Thread William Pickard
Change by William Pickard : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

[issue41525] Python '--help' has corrupted text.

2020-09-08 Thread miss-islington
miss-islington added the comment: New changeset 9171dc2827650a1a3c20dee994145e335befa00e by Miss Islington (bot) in branch '3.8': bpo-41525: Make the Python program help ASCII-only (GH-21836) https://github.com/python/cpython/commit/9171dc2827650a1a3c20dee994145e335befa00e -- _

[issue41525] Python '--help' has corrupted text.

2020-09-08 Thread miss-islington
miss-islington added the comment: New changeset 11a82c7220a29aa1cabd6a1b042742b44c9c9b91 by Miss Islington (bot) in branch '3.9': bpo-41525: Make the Python program help ASCII-only (GH-21836) https://github.com/python/cpython/commit/11a82c7220a29aa1cabd6a1b042742b44c9c9b91 -- _

[issue41525] Python '--help' has corrupted text.

2020-09-09 Thread STINNER Victor
STINNER Victor added the comment: xtreak: "serhiy , I can similar quotes present in Lib/pydoc_data/topics.py too which is autogenerated. Could this cause issues with pydoc too while reading topics?" If you consider that it is an issue, please open a new issue. -- __

[issue41525] Python '--help' has corrupted text.

2020-08-11 Thread William Pickard
New submission from William Pickard : Running Python's '--help' argument yields some corrupted text: "-X dev: enable CPythonâ?Ts â?odevelopment modeâ??, introducing additional runtime" -- components: Interpreter Core messages: 375204 nosy: WildCard65 priority: normal severity: normal st

[issue41525] Python '--help' has corrupted text.

2020-08-11 Thread Peter Lovett
Peter Lovett added the comment: Also appearing in 3.9.0rc1 AMD64 I think it's transliterated Unicode, rather than an actual corruption. I'm on Win10, so it might be a Windows command shell issue (although it is showing bad in cmd, PS7 and PS5). Help messages should be plain ASCII to avoid thi

[issue41525] Python '--help' has corrupted text.

2020-08-11 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch nosy: +serhiy.storchaka nosy_count: 2.0 -> 3.0 pull_requests: +20964 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21836 ___ Python tracker

[issue41525] Python '--help' has corrupted text.

2020-08-11 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: serhiy , I can similar quotes present in Lib/pydoc_data/topics.py too which is autogenerated. Could this cause issues with pydoc too while reading topics? -- nosy: +xtreak ___ Python tracker

[issue41525] Python '--help' has corrupted text.

2020-08-11 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Yes, but I think it is worth opening a separate issue. -- ___ Python tracker ___ ___ Python-bug

[issue41525] Python '--help' has corrupted text.

2020-08-13 Thread STINNER Victor
Change by STINNER Victor : -- nosy: +vstinner ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py