[issue24459] Mention PYTHONFAULTHANDLER in the man page
New submission from Antony Lee: The man page doesn't mention PYTHONFAULTHANDER in the list of environment variables (I haven't thoroughly checked that everyone else is there, either). I would also suggest reordering the environment variables in alphabetical order. ---------- assignee: docs@python components: Documentation messages: 245422 nosy: Antony.Lee, docs@python priority: normal severity: normal status: open title: Mention PYTHONFAULTHANDLER in the man page versions: Python 3.5 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue24459> _______________________________________
STINNER Victor added the comment: PYTHONASYNCIODEBUG and PYTHONTRACEMALLOC are also missing. I didn't know that Python has a manual page :-) (Misc/python.man) Note: I added these 3 environment variables ;-) ---------- nosy: +haypo _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue24459> _______________________________________
Changes by Berker Peksag <berker.peksag@gmail.com>: ---------- keywords: +easy stage: -> needs patch type: -> enhancement versions: +Python 3.6 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue24459> _______________________________________
Joshua Jay Herman added the comment: Hi, I have alphabetized and added the missing Environment Variables according to Section 1.2 https://docs.python.org/3.6/using/cmdline.html#environment-variables . I also added the missing environment variables from that documentation section. Should Section 1.2 also be alphabetized? I noticed it wasn't. This is my first contribution to python (I also just filled out the contributor forms) any comments and criticism is appreciated. ---------- keywords: +patch nosy: +zitterbewegung Added file: http://bugs.python.org/file42932/addMissingEnvVarsAndAlphabetize.patch _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue24459> _______________________________________
Joshua Jay Herman added the comment: Ping. ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue24459> _______________________________________
Berker Peksag added the comment:
Hi, I have alphabetized and [...]
Can you please de-alphabetize the list to make patch review a little bit easier? Thanks! ---------- nosy: +berker.peksag stage: needs patch -> patch review _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue24459> _______________________________________
Joshua Jay Herman added the comment: Undid alphabetization and added additional missing environment variables including debug mode variables. ---------- Added file: http://bugs.python.org/file43166/addMissingEnvironmentVariables.patch _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue24459> _______________________________________
Berker Peksag added the comment: Thanks for the patch, Joshua. I did a quick review and it looks good to me. I will review and test it more carefully later today. ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue24459> _______________________________________
Berker Peksag added the comment: I left some review comments on Rietveld: http://bugs.python.org/review/24459/ ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue24459> _______________________________________
Joshua Jay Herman added the comment: I have reviewed the comments on Rietveld and made the changes to the patch. Attached is the revised version. ---------- Added file: http://bugs.python.org/file43248/addMissingEnvironmentVariables-review-1.pat... _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue24459> _______________________________________
Joshua Jay Herman added the comment: ping ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue24459> _______________________________________
Changes by Stéphane Wirtel <stephane@wirtel.be>: ---------- nosy: +matrixise _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue24459> _______________________________________
Mariatta Wijaya added the comment: Hi Joshua, Seems like your latest patch doesn't apply cleanly to the default branch. Can you rebase and upload a new patch? Thanks. ---------- nosy: +Mariatta _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue24459> _______________________________________
Joshua Jay Herman added the comment: Hi I performed the rebase on the default branch. ---------- Added file: http://bugs.python.org/file45041/rebased_addMissingEnvironmentalVariables.pa... _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue24459> _______________________________________
Joshua Jay Herman added the comment: Thanks for reviewing Mariatta I have made a new patch that has those typos corrected. ---------- Added file: http://bugs.python.org/file45045/correctedRebasedAddMissingEnvironmentalVari... _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue24459> _______________________________________
Joshua Jay Herman added the comment: ping ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue24459> _______________________________________
Changes by Antony Lee <anntzer.lee@gmail.com>: ---------- nosy: -Antony.Lee _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue24459> _______________________________________
Berker Peksag added the comment: Thanks for the updated patch, Joshua. I will review and commit it this week. ---------- versions: +Python 3.7 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue24459> _______________________________________
Antony Lee added the comment: PYTHONUSERBASE is also missing. ---------- nosy: +Antony.Lee _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue24459> _______________________________________
Changes by Antony Lee <anntzer.lee@gmail.com>: ---------- nosy: -Antony.Lee _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue24459> _______________________________________
Joshua Jay Herman added the comment: Thanks for pointing out that wasn't in the latest patch this has been corrected. ---------- Added file: http://bugs.python.org/file45552/corrected.patch _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue24459> _______________________________________
Berker Peksag added the comment: Thanks for the patch and sorry for my late response. I did some tweaks and am planning to commit the tweaked version of your patch this week. ---------- Added file: http://bugs.python.org/file46540/issue24459_cleanup.diff _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue24459> _______________________________________
Changes by Berker Peksag <berker.peksag@gmail.com>: Added file: http://bugs.python.org/file46541/issue24459_cleanup_2.diff _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue24459> _______________________________________
Joshua Jay Herman added the comment: Ping ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue24459> _______________________________________
Joshua Jay Herman added the comment: Was this ever merged? I'm not sure whats happening. ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue24459> _______________________________________
STINNER Victor added the comment:
Was this ever merged?
No.
I'm not sure whats happening.
Hum, nothing is happening. In december, Berker wrote "Thanks for the updated patch, Joshua. I will review and commit it this week." and then it seems like he found issues, since he proposed a new patch. And then, nothing new happened. Nobody reviewed latest Berker's patch and Berker maybe forgot to push it. Can someone pick a recent patch and convert it to a GitHub PR? Berker, the author of the most recent patch, maybe? ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue24459> _______________________________________
Change by Berker Peksag <berker.peksag@gmail.com>: ---------- pull_requests: +4106 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue24459> _______________________________________
Change by Berker Peksag <berker.peksag@gmail.com>: ---------- versions: -Python 3.5 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue24459> _______________________________________
Anant Prakash <anantprakashjsr@gmail.com> added the comment: I am going to take the patch, edit and make a github PR for this. Any updates on this issue are welcome. Thank you ---------- nosy: +Anant Prakash _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue24459> _______________________________________
Anant Prakash <anantprakashjsr@gmail.com> added the comment: Ignore my previous comment. My bad. ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue24459> _______________________________________
Berker Peksag <berker.peksag@gmail.com> added the comment: New changeset 9863de0355caf23c44b708a5d68b603e135f7ae9 by Berker Peksag in branch 'master': bpo-24459: Document missing env variables in python.man (GH-4142) https://github.com/python/cpython/commit/9863de0355caf23c44b708a5d68b603e135... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue24459> _______________________________________
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>: ---------- pull_requests: +7756 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue24459> _______________________________________
miss-islington <mariatta.wijaya+miss-islington@gmail.com> added the comment: New changeset 22fb674fa4c8343c84c25d93f23a1d6315d0f4f5 by Miss Islington (bot) in branch '3.7': bpo-24459: Document missing env variables in python.man (GH-4142) https://github.com/python/cpython/commit/22fb674fa4c8343c84c25d93f23a1d6315d... ---------- nosy: +miss-islington _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue24459> _______________________________________
Berker Peksag <berker.peksag@gmail.com> added the comment: Thanks, Joshua! ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.8 -Python 3.6 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue24459> _______________________________________
participants (8)
-
Anant Prakash
-
Antony Lee
-
Berker Peksag
-
Joshua Jay Herman
-
Mariatta Wijaya
-
miss-islington
-
STINNER Victor
-
Stéphane Wirtel