cpython/Lib/logging
Vinay Sajip 1d094af716
Updated incorrect level-setting code to use setLevel(). (GH-16325)
2019-09-22 03:51:51 +01:00
..
__init__.py bpo-37742: Return the root logger when logging.getLogger('root') is c… (#15077) 2019-08-02 16:53:00 +01:00
config.py Updated incorrect level-setting code to use setLevel(). (GH-16325) 2019-09-22 03:51:51 +01:00
handlers.py bpo-37111: Add 'encoding' and 'errors' parameters to logging.basicCon… (GH-14008) 2019-06-17 17:40:52 +01:00