mirror of
https://github.com/python/cpython.git
synced 2026-05-09 06:01:08 -04:00
cb65b3a4f4
* 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.