mirror of
https://github.com/python/cpython.git
synced 2026-01-30 22:55:41 +00:00
* bpo-37742: Return the root logger when logging.getLogger('root') is called.
* Added type check guard on logger name in logging.getLogger() and refined a test.