Files
typeshed/stdlib
Florian Bruhin f2e842b2d9 Fix handling of logging args (#2635)
* Use _ArgsType for logging.makeRecord
* The "args" argument is passed to LogMessage, so passing a tuple in is fine as
well.
* Use Mapping rather than Dict, see https://bugs.python.org/issue21172
2018-11-29 12:56:01 +01:00
..
2018-04-06 11:09:11 -07:00
2018-10-24 07:20:53 -07:00