mirror of
https://github.com/python/cpython.git
synced 2026-07-29 05:08:36 -04: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.