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