Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upbpo-39427: Document -X opt options in the CLI --help and the man page #18131
Conversation
checks which are too expensive to be enabled by default. It will not be | ||
more verbose than the default if the code is correct: new warnings are | ||
only emitted when an issue is detected. Effect of the developer mode: | ||
* Add default warning filter, as -W default |
This comment has been minimized.
This comment has been minimized.
vstinner
Jan 22, 2020
Member
I'm not sure if the manual page should elaborate on what are the effects of the development mode. It evolved frequently, and sadly it's common to forget to update the manual page.
This comment has been minimized.
This comment has been minimized.
pablogsal
Jan 22, 2020
Author
Member
I'm not sure if the manual page should elaborate on what are the effects of the development mode. It evolved frequently, and sadly it's common to forget to update the manual page.
I still think is a good idea to have it in the man page but if you feel strongly I can remove it :)
This comment has been minimized.
This comment has been minimized.
I was just looking at the help to figure out what these were and had to go look at source code, so i think this looks great. I do wonder if there should eventually be two levels of help but this seems on par w/ having the env vars documented in help. |
41f0ef6
into
python:master
This comment has been minimized.
This comment has been minimized.
miss-islington
commented
Jan 23, 2020
Thanks @pablogsal for the PR |
This comment has been minimized.
This comment has been minimized.
miss-islington
commented
Jan 23, 2020
Sorry @pablogsal, I had trouble checking out the |
This comment has been minimized.
This comment has been minimized.
miss-islington
commented
Jan 23, 2020
Sorry, @pablogsal, I could not cleanly backport this to |
This comment has been minimized.
This comment has been minimized.
Will backport this tomorrow :) |
…n page (pythonGH-18131) https://bugs.python.org/issue39427 Automerge-Triggered-By: @pablogsal (cherry picked from commit 41f0ef6) Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
This comment has been minimized.
This comment has been minimized.
bedevere-bot
commented
Jan 23, 2020
GH-18133 is a backport of this pull request to the 3.8 branch. |
…n page (pythonGH-18131) https://bugs.python.org/issue39427 Automerge-Triggered-By: @pablogsal. (cherry picked from commit 41f0ef6) Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
This comment has been minimized.
This comment has been minimized.
bedevere-bot
commented
Jan 23, 2020
GH-18134 is a backport of this pull request to the 3.7 branch. |
…n page (pythonGH-18131) https://bugs.python.org/issue39427 Automerge-Triggered-By: @pablogsal. (cherry picked from commit 41f0ef6) Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
pablogsal commentedJan 22, 2020
•
edited by miss-islington
https://bugs.python.org/issue39427
Automerge-Triggered-By: @pablogsal