bpo-43858: Add logging.getLevelNamesMapping()#26459
Conversation
ericvsmith
left a comment
There was a problem hiding this comment.
This needs tests. In particular it should add tests that a copy is returned.
Sorry, something went wrong.
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
Sorry, something went wrong.
|
I have made the requested changes; please review again |
Sorry, something went wrong.
|
Thanks for making the requested changes! @ericvsmith: please review the changes made to this pull request. |
Sorry, something went wrong.
ericvsmith
left a comment
There was a problem hiding this comment.
This is looking good to me. @vsajip : I'll let you have the final word.
Sorry, something went wrong.
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
Sorry, something went wrong.
|
@vsajip @ericvsmith Pushed an update per comments, please take a look! |
Sorry, something went wrong.
ericvsmith
left a comment
There was a problem hiding this comment.
With the one small item I mentioned, this looks good to me.
Sorry, something went wrong.
|
@ericvsmith I fixed the parens, please take a look.. |
Sorry, something went wrong.
vsajip
left a comment
There was a problem hiding this comment.
Accidental double-definition in test?
Sorry, something went wrong.
ericvsmith
left a comment
There was a problem hiding this comment.
This all looks good to me. Thanks, @akulakov !
Sorry, something went wrong.
|
@ericvsmith and @vsajip much thanks for the help with the PR! |
Sorry, something went wrong.
Added a function that returns a copy of a dict of logging levels.
https://bugs.python.org/issue43858