summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2019-08-02-14-01-25.bpo-37742.f4Xn9S.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2019-08-02-14-01-25.bpo-37742.f4Xn9S.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2019-08-02-14-01-25.bpo-37742.f4Xn9S.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-08-02-14-01-25.bpo-37742.f4Xn9S.rst b/Misc/NEWS.d/next/Library/2019-08-02-14-01-25.bpo-37742.f4Xn9S.rst
deleted file mode 100644
index 300ced3..0000000
--- a/Misc/NEWS.d/next/Library/2019-08-02-14-01-25.bpo-37742.f4Xn9S.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-The logging.getLogger() API now returns the root logger when passed the name
-'root', whereas previously it returned a non-root logger named 'root'. This
-could affect cases where user code explicitly wants a non-root logger named
-'root', or instantiates a logger using logging.getLogger(__name__) in some
-top-level module called 'root.py'.