Files
typeshed/stdlib/logging
Henry Schreiner 4965e95f84 fix: arbitrary keyword arguments are not accepted in logging functions (#5849)
While the implementation uses `**kwargs`, this is just forwarded to `_log()`, which accepts a fixed set of arguments.
2021-08-06 10:59:43 +02:00
..
2021-05-17 20:45:48 +02:00
2021-05-30 20:17:33 +02:00