Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upbpo-34624: Allow regex for module passed via -W or PYTHONWARNINGS #9358
+36
−4
Conversation
This comment has been minimized.
This comment has been minimized.
the-knights-who-say-ni
commented
Sep 17, 2018
|
Hello, and thanks for your contribution! I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA). Unfortunately our records indicate you have not signed the CLA. For legal reasons we need you to sign this before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue. You can check yourself to see if the CLA has been received. Thanks again for your contribution, we look forward to reviewing it! |
the-knights-who-say-ni
added
the
CLA not signed
label
Sep 17, 2018
bedevere-bot
added
the
awaiting review
label
Sep 17, 2018
the-knights-who-say-ni
added
CLA signed
and removed
CLA not signed
labels
Sep 18, 2018
coldfix
added some commits
Sep 17, 2018
coldfix
force-pushed the
coldfix:warnings_option_module-regex
branch
from
af66827
to
f9b0217
Sep 30, 2018
kernc
approved these changes
Dec 8, 2018
Doc/library/warnings.rst Outdated
bedevere-bot
added
awaiting core review
and removed
awaiting review
labels
Dec 8, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
coldfix commentedSep 17, 2018
•
edited by bedevere-bot
Enables passing in regexes for the module part via
-WorPYTHONWARNINGSas implied it should be possible by the documentation.https://bugs.python.org/issue34624
The same should should probably be done for the message part as this is implied to work as regex as well.
https://bugs.python.org/issue34624