This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: How to edit "python --help"?
Type: resource usage Stage: resolved
Components: Documentation Versions: Python 3.7
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: docs@python Nosy List: Nino-95, docs@python, eric.smith, remi.lapeyre
Priority: normal Keywords:

Created on 2020-04-21 10:01 by Nino-95, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (3)
msg366914 - (view) Author: Nino (Nino-95) Date: 2020-04-21 10:01
Can someone tell how can I edit the "python --help". Is it possible and if yes, how? I build python 3.7 on my PC from source code.
msg366915 - (view) Author: Rémi Lapeyre (remi.lapeyre) * Date: 2020-04-21 10:12
Hi Nino, the text for `python --help` is here : https://github.com/python/cpython/blob/master/Python/initconfig.c#L28-L130
msg366917 - (view) Author: Eric V. Smith (eric.smith) * (Python committer) Date: 2020-04-21 11:39
Thanks, Rémi.

Nino: Please don't ask help questions on the bug tracker, only report bugs here. For general questions you can try the python-list mailing list or Stack Overflow.
History
Date User Action Args
2022-04-11 14:59:29adminsetgithub: 84531
2020-04-21 11:39:34eric.smithsetstatus: open -> closed

nosy: + eric.smith
messages: + msg366917

resolution: not a bug
stage: resolved
2020-04-21 10:12:01remi.lapeyresetnosy: + remi.lapeyre
messages: + msg366915
2020-04-21 10:01:31Nino-95create