mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
* 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