[issue28443] Logger methods never use kwargs

2016-10-14 Thread Jordan Brennan
New submission from Jordan Brennan: The methods on the Logger class e.g. logger.debug all accept **kwargs, these are passed to the _log method but they are never used. If _log attached them as an attribute to the LogRecord object, it would allow for creation of more powerful Filter objects to

[issue28443] Logger methods never use kwargs

2016-10-14 Thread Jordan Brennan
Changes by Jordan Brennan : -- components: -Argument Clinic ___ Python tracker <http://bugs.python.org/issue28443> ___ ___ Python-bugs-list mailing list Unsub

[issue28443] Logger methods never use kwargs

2016-10-14 Thread Jordan Brennan
Changes by Jordan Brennan : -- components: +Library (Lib) ___ Python tracker <http://bugs.python.org/issue28443> ___ ___ Python-bugs-list mailing list Unsub