-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
gh-102873: logging.LogRecord docs: improve description of msg parameter #102875
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-102873: logging.LogRecord docs: improve description of msg parameter #102875
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Co-authored-by: Alex Waygood <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks! I'll wait a few days before merging in case @vsajip has any objections, though, since he's the primary maintainer for logging
:)
Here's a link directly to the docs preview for this class: https://deploy-preview-102875--python-cpython-preview.netlify.app/library/logging.html#logging.LogRecord
Thanks @aminalaee for the PR, and @AlexWaygood for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
GH-103003 is a backport of this pull request to the 3.11 branch. |
GH-103004 is a backport of this pull request to the 3.10 branch. |
… parameter (pythonGH-102875) (cherry picked from commit f2e5a6e) Co-authored-by: Amin Alaee <[email protected]> Co-authored-by: Alex Waygood <[email protected]>
… parameter (pythonGH-102875) (cherry picked from commit f2e5a6e) Co-authored-by: Amin Alaee <[email protected]> Co-authored-by: Alex Waygood <[email protected]>
…eter (GH-102875) (cherry picked from commit f2e5a6e) Co-authored-by: Amin Alaee <[email protected]> Co-authored-by: Alex Waygood <[email protected]>
…eter (GH-102875) (cherry picked from commit f2e5a6e) Co-authored-by: Amin Alaee <[email protected]> Co-authored-by: Alex Waygood <[email protected]>
… parameter (python#102875) Co-authored-by: Alex Waygood <[email protected]>
… parameter (python#102875) Co-authored-by: Alex Waygood <[email protected]>
Closes #102873