Created on 2020-08-11 23:19 by WildCard65, last changed 2022-04-11 14:59 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 21836 | merged | serhiy.storchaka, 2020-08-12 04:38 | |
| PR 22162 | merged | miss-islington, 2020-09-09 00:28 | |
| PR 22163 | merged | miss-islington, 2020-09-09 00:28 | |
| Messages (8) | |||
|---|---|---|---|
| msg375204 - (view) | Author: William Pickard (WildCard65) * | Date: 2020-08-11 23:19 | |
Running Python's '--help' argument yields some corrupted text: "-X dev: enable CPythonâ?Ts â?odevelopment modeâ??, introducing additional runtime" |
|||
| msg375205 - (view) | Author: Peter Lovett (PeterL777) | Date: 2020-08-12 01:00 | |
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 this issue. |
|||
| msg375211 - (view) | Author: Karthikeyan Singaravelan (xtreak) * | Date: 2020-08-12 06:01 | |
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? |
|||
| msg375212 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * | Date: 2020-08-12 06:11 | |
Yes, but I think it is worth opening a separate issue. |
|||
| msg376610 - (view) | Author: Pablo Galindo Salgado (pablogsal) * | Date: 2020-09-09 00:28 | |
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 |
|||
| msg376611 - (view) | Author: miss-islington (miss-islington) | Date: 2020-09-09 00:46 | |
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 |
|||
| msg376612 - (view) | Author: miss-islington (miss-islington) | Date: 2020-09-09 00:47 | |
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 |
|||
| msg376621 - (view) | Author: STINNER Victor (vstinner) * | Date: 2020-09-09 07:44 | |
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. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:59:34 | admin | set | github: 85697 |
| 2020-09-09 07:44:33 | vstinner | set | messages: + msg376621 |
| 2020-09-09 00:47:56 | miss-islington | set | messages: + msg376612 |
| 2020-09-09 00:46:48 | miss-islington | set | messages: + msg376611 |
| 2020-09-09 00:41:11 | WildCard65 | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2020-09-09 00:28:26 | miss-islington | set | pull_requests: + pull_request21237 |
| 2020-09-09 00:28:15 | miss-islington | set | nosy:
+ miss-islington pull_requests: + pull_request21236 |
| 2020-09-09 00:28:05 | pablogsal | set | nosy:
+ pablogsal messages: + msg376610 |
| 2020-08-14 19:05:18 | ned.deily | unlink | issue41527 superseder |
| 2020-08-14 18:54:30 | ned.deily | link | issue41527 superseder |
| 2020-08-13 17:00:37 | vstinner | set | nosy:
+ vstinner |
| 2020-08-12 06:11:56 | serhiy.storchaka | set | messages: + msg375212 |
| 2020-08-12 06:01:11 | xtreak | set | nosy:
+ xtreak messages: + msg375211 |
| 2020-08-12 04:38:31 | serhiy.storchaka | set | keywords:
+ patch nosy: + serhiy.storchaka pull_requests:
+ pull_request20964 |
| 2020-08-12 01:00:35 | PeterL777 | set | nosy:
+ PeterL777 messages:
+ msg375205 |
| 2020-08-11 23:19:48 | WildCard65 | create | |