summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorandrei kulakov <andrei.avk@gmail.com>2021-06-03 08:12:59 (GMT)
committerGitHub <noreply@github.com>2021-06-03 08:12:59 (GMT)
commit8b93f0e696d3fc60fd311c13d5238da73a35e3b3 (patch)
tree0d1b5fd01fe4c7ab9ee1c38b801274a085bd7c4a /Misc
parent4846ea95d1a121df5e8081e2a290f63d1419cad8 (diff)
downloadcpython-8b93f0e696d3fc60fd311c13d5238da73a35e3b3.zip
cpython-8b93f0e696d3fc60fd311c13d5238da73a35e3b3.tar.gz
cpython-8b93f0e696d3fc60fd311c13d5238da73a35e3b3.tar.bz2
bpo-43858: Add logging.getLevelNamesMapping() (GH-26459)
Added a function that returns a copy of a dict of logging levels.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2021-05-31-04-51-02.bpo-43858.r7LOu6.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-05-31-04-51-02.bpo-43858.r7LOu6.rst b/Misc/NEWS.d/next/Library/2021-05-31-04-51-02.bpo-43858.r7LOu6.rst
new file mode 100644
index 0000000..d864e1b
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2021-05-31-04-51-02.bpo-43858.r7LOu6.rst
@@ -0,0 +1 @@
+Added a function that returns a copy of a dict of logging levels: :func:`logging.getLevelNamesMapping`